Skip to content

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

Notifications You must be signed in to change notification settings

falnyr/replace-env-vars-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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.

Resources

Stars

Watchers

Forks

Packages

No packages published