actions-marketplace-validations/Export all secrets to env variables
Utility action that exports all github secrets to environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | JSON representation of the secrets, use provided placeholder' | yes | — |
| vars | JSON representation of repository/environment variables, , use provided placeholder | no | — |
| on_collision | How to handle name collisions between secrets and vars. Options: prefer-secrets, prefer-vars, error, warn | no | prefer-secrets |
| prefix | Prefix to add to all secrets, e.g.: SECRET_ | no | — |
| remove_prefix | Prefix to remove from secret names before exporting, e.g.: MY_PREFIXED_ | no | — |
| include | Comma-separated list of secrets to export | no | — |
| exclude | Comma-separated list of secrets to skip exporting | no | — |
| convert | Converts secrets name to a specific string format | no | — |
| convert_prefix | Include prefix (or not) on conversion | no | true |
| override | Override an existing env variable with the same name | no | true |
Outputs
no outputs