actions-marketplace-validations/GH Secrets
Creates and updates your repository secrets. Ideal to setup some dynamic credentials in CI jobs :)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 4, 2022
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/kornicameister_gh-secrets-action@ab61b6b6cef5683e093ec86d21d705178518e549 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository where secrets ought to be updated. This is an optional parameter and, if not set, it defaults to current repository. | no | — |
| token | Due to the scope of a token accessible in Github Actions context, a personal access token is required to make this action work. This token should be have at least `repo` scope. | yes | — |
| secrets | Yaml-like flat document that contains all of secrets you wish to have set inside of repo's secrets. Due to limitation in Github Action this argument needs to be passed with `>` operator like so: secrets: > a: 1 b: 1 where a and b stands for secret's name. | yes | — |
Outputs
no outputs