Skip to content

Commit

Permalink
load secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAleksaOpacic committed Sep 3, 2024
1 parent 0af2ba1 commit 089a3a2
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 @@ -26,4 +26,7 @@ jobs:
run: npm install

- name: Run Tests
env:
NIL_RPC_ENDPOINT: ${{ secrets.NIL_RPC_ENDPOINT }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
run: npm run tests

0 comments on commit 089a3a2

Please sign in to comment.