Skip to content

Commit

Permalink
ci: set BEGIT_GH_API_KEY when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Jan 24, 2025
1 parent efa5262 commit 0fc01a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: pnpm build
- name: Test all packages
run: pnpm test
env:
BEGIT_GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0fc01a7

Please sign in to comment.