Skip to content

Github action for replacing environment variables in file using shell script.

Notifications You must be signed in to change notification settings

efundamentals/replace-env-vars-action

 
 

Repository files navigation

Replace env vars in file

Replaces __TOKENS__ with environment variables in file.

Usage

Inputs

  • filename File for the replacement.

Example

uses: falnyr/replace-env-vars-action@master
env:
  FOO: foo
  BAR: bar
with:
  filename: /path/to/file

About

Github action for replacing environment variables in file using shell script.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Dockerfile 58.7%
  • Shell 33.8%
  • JavaScript 7.5%