valonsodev/secrets-token-selector
A github action to select a specific token from all the secrets in the repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | JSON secrets | yes | — |
| secretKey | Secret key to select from the JSON secrets. If the key is not found and no fallback is provided, the action will fail | yes | — |
| fallbackKey | Secret key to use if no secret value is found with the key provided | no | — |
| outputName | Name of the output enviroment variable to set with the selected secret value | yes | SELECTED_SECRET |
Outputs
no outputs