Skip to content

Commit 5d6ab46

Browse files
ci: Fix build pull request action permission
1 parent 3228861 commit 5d6ab46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121

2222
- name: Build
2323
env:
24-
GPR_USER: ${{ secrets.GPR_USER }}
25-
GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2625
run: ./gradlew build --no-daemon -Pgpr.user=${{ env.GPR_USER }} -Pgpr.key=${{ env.GPR_TOKEN }}

0 commit comments

Comments
 (0)