Skip to content

Commit 2b7ff80

Browse files
committed
ci: add GH token
Set GH_TOKEN so builds won't get rate limited.
1 parent cb18931 commit 2b7ff80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

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

4242
- name: Run Tests
4343
shell: bash
44+
env:
45+
GITHUB_TOKEN: ${{ github.token }}
4446
run: |
4547
set -e
4648
bin/disable-gradle-daemon

0 commit comments

Comments
 (0)