Skip to content

Commit

Permalink
pass env variables to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed Sep 9, 2024
1 parent 10a1c45 commit a957a93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ jobs:
node-version: '22.x'
- run: npm ci
- run: npm test
env:
TESTINGBOT_KEY: ${{ secrets.TESTINGBOT_KEY }}
TESTINGBOT_SECRET: ${{ secrets.TESTINGBOT_SECRET }}

0 comments on commit a957a93

Please sign in to comment.