Skip to content

Commit

Permalink
ci: read PRIVATE_KEY from env
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi committed Jun 29, 2024
1 parent 0f26e8c commit 59c8ae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
- name: Install dependencies
run: bun install
- name: Run tests
env:
PRIVATE_KEY: ${{ env.PRIVATE_KEY }}
run: bun test

0 comments on commit 59c8ae8

Please sign in to comment.