Skip to content

Commit 8ccc2af

Browse files
committed
fix(ci): fix build on pull req
1 parent 92da646 commit 8ccc2af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
uses: burrunan/gradle-cache-action@v1
2121

2222
- name: Build
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
2325
run: ./gradlew build clean

0 commit comments

Comments
 (0)