Skip to content

Commit

Permalink
Use the env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Dec 21, 2023
1 parent 27600df commit 3528bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: pnpm install

- name: Run tests
env:
NOSTR_PRIVATE_KEY: ${{ secrets.NOSTR_PRIVATE_KEY }}
run: pnpm test

- name: Upload coverage to Codecov
Expand Down

0 comments on commit 3528bd2

Please sign in to comment.