shibme/Secrets Action
Write secrets in your GitHub respository from the workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to authenticate and write the secrets (should have ) | yes | — |
| owner | The GitHub organization/user name | yes | — |
| repo | The GitHub repository name (for repository secrets) | no | — |
| environment | The name of the environment to write the secret to | no | — |
| secret-name | The name of the secret to write | yes | — |
| secret-value | The value of the secret to write | no | — |
| overwrite | Whether to overwrite the secret if it already exists | no | true |
Outputs
| name | description |
|---|---|
| secret-existed | Whether the secret already existed |