mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
ci: Fix PR builds by adding missing GitHub token
This commit is contained in:
parent
8cc468702f
commit
0b70cf8666
1 changed files with 3 additions and 1 deletions
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
|
||||
|
||||
- name: Build
|
||||
run: ./gradlew build --no-daemon
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./gradlew build --no-daemon
|
||||
|
|
Loading…
Reference in a new issue