mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-26 19:15:55 +01:00
ci: Fix PR builds by adding missing GitHub token
This commit is contained in:
parent
8cc468702f
commit
0b70cf8666
4
.github/workflows/build_pull_request.yml
vendored
4
.github/workflows/build_pull_request.yml
vendored
@ -20,4 +20,6 @@ jobs:
|
|||||||
uses: burrunan/gradle-cache-action@v1
|
uses: burrunan/gradle-cache-action@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build --no-daemon
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: ./gradlew build --no-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user