Skip to content

Releases: WSE-research/actions-replace-env-variables

v0.1.5

18 Jun 12:43
9f481ac
Compare
Choose a tag to compare
Update script.js

v0.1.4

28 Mar 11:01
Compare
Choose a tag to compare
Adjusted replacement

v0.1.3

28 Mar 10:34
Compare
Choose a tag to compare
Adjusted replaceEnvs

v0.1.2

28 Mar 10:25
Compare
Choose a tag to compare
Added github workspace and logs

v0.1.1

28 Mar 10:07
Compare
Choose a tag to compare
  • added dependencies

Action to replace env variables

28 Mar 10:01
68f2995
Compare
Choose a tag to compare

The replacement of placeholder variables within .env files with secrets from the repository is a - in my case - often occurring scenario. In a GitHub action, it is not possible to use {{ secrets.XXX }} inside .env-files. Therefore it's required to use scripts inside the workflow to handle that. This approach is pretty redundant and not generalized.
This action aims to tackle that problem.