Skip to content

Commit

Permalink
add secrets to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerdavis1 committed Feb 11, 2024
1 parent 845e394 commit 906f3af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
env:
EBIRD_KEY: ${{ secrets.EBIRD_KEY}}
OPENWEATHER_KEY: ${{ secrets.OPENWEATHER_KEY}}
- run: npm run build --if-present
- run: npm test:unit
- run: npm test

0 comments on commit 906f3af

Please sign in to comment.