cbrgm/Sync Secrets Action
Sync Repository, Dependabot and Codespaces secrets + variables between GitHub repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token to use. | yes | — |
| target | The repository to sync secrets and variables to. Either this or query must be set, not both. | no | — |
| query | GitHub search query to find repositories for batch processing. Either this or target must be set, not both. | no | — |
| secrets | Secrets to sync. | no | — |
| variables | Variables to sync. | no | — |
| rate-limit | Enables rate limit checking. | no | false |
| max-retries | Maximum number of retries for operations. Must not be smaller than zero. | no | 3 |
| dry-run | Dry run. If true, no changes will be made. | no | false |
| prune | Prunes all existing secrets and variables not in the subset of those defined in this action. | no | false |
| environment | The GitHub environment to sync variables or secrets to. Use when targeting environment-specific secrets or variables. | no | — |
| type | Type of the secrets to manage: actions, dependabot, or codespaces. | no | actions |
Outputs
no outputs