Skip to content

Commit be8a982

Browse files
committed
chore: scope test private key to CI test step
1 parent fe42c48 commit be8a982

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Test
4545
run: pnpm test
46+
env:
47+
POLYMARKET_TEST_PRIVATE_KEY: ${{ secrets.POLYMARKET_TEST_PRIVATE_KEY }}
4648

4749
- name: Build
4850
run: pnpm build

0 commit comments

Comments
 (0)