Skip to content

Commit 0fc01a7

Browse files
committed
ci: set BEGIT_GH_API_KEY when running tests
1 parent efa5262 commit 0fc01a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
run: pnpm build
3232
- name: Test all packages
3333
run: pnpm test
34+
env:
35+
BEGIT_GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)