Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action replaces placeholders in a configuration file with corresponding environment variables. It automates the process of managing sensitive data by ensuring that environment variables are securely stored and used within configuration files, without exposing sensitive information. This is particularly useful for deployment environments where it’s important to keep sensitive settings out of source control.
What’s Changed
- feat: Add support for .env files (e706be3)
- chore: More info (d440258)
- feat: Initial version (e440a96)