Skip to content

Commit

Permalink
re-add env vars for tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-watttime committed Dec 20, 2023
1 parent b4ed053 commit 050b4ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ permissions:

jobs:
test:
env:
WATTTIME_USER: ${{ secrets.WATTTIME_USER }}
WATTTIME_PASSWORD: ${{ secrets.WATTTIME_PASSWORD }}

runs-on: ubuntu-latest

Expand Down

0 comments on commit 050b4ac

Please sign in to comment.