cbrgm/Sync Secrets Action

Sync Repository, Dependabot and Codespaces secrets + variables between GitHub repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GitHub token to use.yes
targetThe repository to sync secrets and variables to. Either this or query must be set, not both.no
queryGitHub search query to find repositories for batch processing. Either this or target must be set, not both.no
secretsSecrets to sync.no
variablesVariables to sync.no
rate-limitEnables rate limit checking.nofalse
max-retriesMaximum number of retries for operations. Must not be smaller than zero.no3
dry-runDry run. If true, no changes will be made.nofalse
prunePrunes all existing secrets and variables not in the subset of those defined in this action.nofalse
environmentThe GitHub environment to sync variables or secrets to. Use when targeting environment-specific secrets or variables.no
typeType of the secrets to manage: actions, dependabot, or codespaces.noactions

no outputs