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 replaces placeholders in a configuration file with values from environment variables. It’s designed to automate the process of managing sensitive information, such as API keys or passwords, without hardcoding them directly into the codebase. The action simplifies the management and deployment of applications by ensuring that sensitive details are stored securely outside of version control.
What’s Changed
- feat: Initial version (e440a96)