Skip to content

Releases: FranciscoKloganB/secrets-to-environment-variables-action

v1.0.0

22 Apr 07:44

Choose a tag to compare

  • Can add prefix to all secrets

  • Can add suffix to all secrets

  • Can remove prefix from all secrets

  • Can remove suffix from all secrets

  • Can convert exported environment variable keys to lower case

  • Can convert exported environment variable keys to upper case

  • Can 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