actions-marketplace-validations/Repo Secret Manager
Add, update, and delete encrypted secrets from repositories in bulk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to be performed. `create`, `update`, or `delete` | — | — |
| team | Apply 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 | — | "" |
| token | A GitHub PAT with permission to manage secrets. Can NOT be the GITHUB_TOKEN secret. | — | — |
| secret-names | A comma-separated list of secret name(s) to apply the action to | — | — |
| secret-values | A comma-separated list of secret value(s). Only required if `create` or `update` is selected | — | "" |
| repo | A specific repo to sync the secrets to | — | "" |
| dependabotSecretsSync | Sync secrets to dependabot (yes/no), default no | — | no |
| repo_owner | Repository Owner Name | — | org-name |
Outputs
no outputs