action-pack/Set Secret
Action to set a repository secret.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Activelast commit Jul 14, 2026
- License
- MIT
Pinned Snippet
uses: action-pack/set-secret@e50684cb6d8e429b9df5780143bc06bf008e9b66 # v1.17tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Secret name | yes | — |
| value | Secret value | yes | — |
| repository | Repository name | no | false |
| owner | Repository owner | no | false |
| org | Flag for organization | no | false |
| visibility | Visibility of the secret in an org | no | — |
| token | Repository access token | yes | — |
Outputs
no outputs