appleboy/Gitea Sync Secrets

Copies secrets from the action's environment to many other repos.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gitea_tokenToken to use to get repos and write secretsyes
gitea_serverThe URL of the Gitea server to use. yes
reposNew line deliminated to select repositories to copy secrets to. no
orgsNew line deliminated to select organizations to copy secrets to. no
gitea_skip_verifyWhen set to `true`, the action will skip SSL verification when making requests to the Gitea API. Defaults to `false`. no
secretsNew line deliminated regex expressions to select values from `process.env`. Use the action env to pass secrets from the repository in which this action runs with the `env` attribute of the step. yes
dry_runRun everything except for secret create and update functionality. no
debugEnable debug mode to output detailed logging information for troubleshooting. nofalse
environmentIf this value is set, the action will set the secrets to the repositories environment with the name of this value. Only works if `target` is set to `actions` (default). no""
descriptionOptional description for the sync operation to help identify the purpose of this secrets synchronization. no

no outputs