Skip to content

GitHub Action to create and environment file

Notifications You must be signed in to change notification settings

javajawa/create-envfile

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

Helper action to crate an env-vars file. This is a compatible. drop-in replacement for https://github.com/SpicyPizza/create-envfile implemented in NodeJS.

  - uses: javajawa/create-envfile@v1
    with:
      file_name: app/.env
      envkey_LOG_LEVEL: debug
      envkey_DISABLE_AUTH: false
      envkey_API_KEY: ${{ secrets.THE_API_KEY }}

About

GitHub Action to create and environment file

Resources

Stars

Watchers

Forks

Packages

No packages published