Replaces __TOKENS__
with environment variables in file.
filename
File for the replacement.
uses: falnyr/replace-env-vars-action@master
env:
FOO: foo
BAR: bar
with:
filename: /path/to/file
Github action for replacing environment variables in file using shell script.
Dockerfile