easyware-io/Export all variables from secrets and vars contexts to env variables
Utility action that exports all github secrets and vars 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 | no | — |
| vars | JSON representation of the vars, use provided placeholder | no | — |
| prefix | Prefix to add to all secrets, e.g.: SECRET_ | no | — |
| suffix | Suffix to add to all secrets, e.g.: _SECRET | no | — |
| only | Comma-separated list of secrets to export | no | — |
| except | Comma-separated list of secrets to skip exporting | no | — |
| transform | Converts secrets name to a specific string format | no | — |
| transformPrefix | Include prefix (or not) on conversion. True by default | no | — |
| transformSuffix | Include suffix (or not) on conversion. True by default | no | — |
| override | Either to override or not the variable if it already exists | no | — |
| convert | Either to convert the value to base64 or utf8 | no | — |
Outputs
no outputs