actions-marketplace-validations/Repo Secret Manager

Add, update, and delete encrypted secrets from repositories in bulk

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionThe action to be performed. `create`, `update`, or `delete`
teamApply the specified action to all repos belonging to this github team. If no team is specified, the secret will be added to all of the repositories the token can manage""
tokenA GitHub PAT with permission to manage secrets. Can NOT be the GITHUB_TOKEN secret.
secret-namesA comma-separated list of secret name(s) to apply the action to
secret-valuesA comma-separated list of secret value(s). Only required if `create` or `update` is selected""
repoA specific repo to sync the secrets to""
dependabotSecretsSyncSync secrets to dependabot (yes/no), default nono
repo_ownerRepository Owner Nameorg-name

no outputs