actions-marketplace-validations/Export all vars/secrets to env variables
Utility action that exports all github vars/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 vars/secrets, use provided placeholder' | yes | — |
| prefix | Prefix to add to all secrets, e.g.: SECRET_ | 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 case (default: upper) | no | — |
| override | Override existing environment variables (false by default) | no | — |
| removeprefix | Remove prefix from secrets name, if present | no | — |
| tracelog | extensive debug logging (false by default) | no | — |
Outputs
no outputs