gliech/Create GitHub Secret Action
Create or update a secret in the GitHub Actions API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of the secret that you want to create/update | yes | — |
| value | Value of the secret that you want to create/update | yes | — |
| location | Name of a GitHub repository or organization where you want to create/update a secret | no | — |
| org_visibility | Visibility setting for organization secrets. Accepts `all`, `private` or a comma-seperated list of GitHub repository IDs | no | private |
| pa_token | Personal access token with permission to modify repository or organization secrets | yes | — |
Outputs
| name | description |
|---|---|
| status | HTTP Status Code of the request against the GitHub API that created/updated the secret |