Skip to content

Custom GitHub action to handle setting the environment for rotki

License

Notifications You must be signed in to change notification settings

rotki/action-env

Repository files navigation

rotki/action-env

An action that loads a .env as a job step.

Usage

Basic

steps:
  - uses: actions/checkout@v3
  - name: Run
    uses: rotki/action-env@v1
    with:
      env_file: .github/.env
  - name: Echo plugin output
    run: |
      echo "EXAMPLE: $EXAMPLE"

About

Custom GitHub action to handle setting the environment for rotki

Resources

License

Stars

Watchers

Forks

Packages

No packages published