Workflow Var Action - Replace env vars in file
Version updated for https://github.com/sushidev-team/workflow-var-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Replace Env Vars Action is a GitHub Action designed to automate the replacement of placeholder tokens (e.g., __TOKEN__) in files with corresponding environment variable values. It ensures safe handling of special characters in values (e.g., |, &, /) and leaves unmatched placeholders untouched. This action streamlines the process of dynamically configuring files, such as deployment manifests, by injecting environment-specific or secret values.
Release notes
1.0.0 (2026-02-12)
Features
- initial release - replace TOKENS with env vars (8352da7)
- normalize escaped pipes (|) to plain pipes (|) (6e75d80)