Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
- 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 reads environment variables and replaces placeholders within a specified configuration file. It automates the process of dynamically updating configuration files based on runtime values, ensuring that sensitive information is kept secure and easily updatable through environment variables.
What’s Changed
- feat: Initial version (e440a96)