We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f26e8c commit 59c8ae8Copy full SHA for 59c8ae8
.github/workflows/test.yml
@@ -18,4 +18,6 @@ jobs:
18
- name: Install dependencies
19
run: bun install
20
- name: Run tests
21
+ env:
22
+ PRIVATE_KEY: ${{ env.PRIVATE_KEY }}
23
run: bun test
0 commit comments