Secrets to environment variables
Version updated for https://github.com/Firenza/secrets-to-env to version v1.4.0.
- This action is used across all versions by 39 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The secrets-to-env GitHub Action automates the process of copying repository secrets into environment variables, simplifying workflows where tools like Terraform require environment variable inputs with specific prefixes (e.g., TF_VAR_). It eliminates the need to manually map each secret to an environment variable, offering flexibility through filtering and naming transformations to align with tool-specific requirements.