actions-marketplace-validations/GH Secrets

Creates and updates your repository secrets. Ideal to setup some dynamic credentials in CI jobs :)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 4, 2022
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kornicameister_gh-secrets-action@ab61b6b6cef5683e093ec86d21d705178518e549 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryRepository where secrets ought to be updated. This is an optional parameter and, if not set, it defaults to current repository. no
tokenDue 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
secretsYaml-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

no outputs