Skip to content

Commit

Permalink
ci: Fix PR builds by adding missing GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 23, 2024
1 parent 8cc4687 commit 0b70cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
uses: burrunan/gradle-cache-action@v1

- name: Build
run: ./gradlew build --no-daemon
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --no-daemon

0 comments on commit 0b70cf8

Please sign in to comment.