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
The config-file-from-env GitHub Action automates the process of replacing placeholders in configuration files with environment variables. This action is particularly useful for managing sensitive information and configurations securely, ensuring that they are not hardcoded into your codebase or exposed publicly. It helps streamline deployment processes by dynamically injecting environment-specific settings directly into config files, reducing the risk of accidental exposure or misconfiguration.
What’s Changed
- feat: Add support for .env files (e706be3)
- chore: More info (d440258)
- feat: Initial version (e440a96)