Convert Github Secrets or GitHub Variables to Environment variables by FranciscoKloganB
Version updated for FranciscoKloganB/secrets-to-environment-variables-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Can add
prefix
to all secretsCan add
suffix
to all secretsCan remove
prefix
from all secretsCan remove
suffix
from all secretsCan convert exported environment variable keys to
lower
caseCan convert exported environment variable keys to
upper
caseCan skip secrets which are already set using Override behavior
Can include secrets by Comma Separated Values (csv)
Can exclude secrets by Comma Separated Values (csv)
Can include secrets by Regex Expression
Can exclude secrets by Regex Expression