franciscokloganb/Convert Github Secrets or GitHub Variables to Environment variables by FranciscoKloganB
Utility Action that exports all GitHub Secrets to Environment Variables with less maintenance overhead
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | JSON representation of the GitHub variables or GitHub secrets, use provided placeholder | yes | — |
| add-prefix | Add a prefix to all secrets when exporting them as variables | no | — |
| add-suffix | Add a suffix to all secrets when exporting them as variables | no | — |
| convert | Converts secrets name to a specific string case (default: preserve) | no | — |
| exclude | CSV or Regex Expression of secrets that should not be exported | no | — |
| include | CSV or Regex Expression of secrets that should be exported | no | — |
| override | Override existing environment variables (default: true) | no | — |
| remove-prefix | Remove a prefix from all secrets when exporting them as variables | no | — |
| remove-suffix | Remove a suffix from all secrets when exporting them as variables | no | — |
| tracelog | Allow the action to emit verbose logs | no | — |
Outputs
no outputs