Skip to content

Commit 5d282e2

Browse files
authored
ci: use PAT to trigger checks on Gradle update PRs
Signed-off-by: Capt. Cutlass <5120290+ParanoidUser@users.noreply.github.com>
1 parent b0d6400 commit 5d282e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Create pull request
5252
if: ${{ env.WRAPPER_UPDATED }}
5353
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
5555
run: |
5656
if ! (( $(gh pr list --state open --head ${{ env.BRANCH }} --json number --jq length) )); then
5757
gh pr create --fill-first --label "chore" --head ${{ env.BRANCH }}
58-
fi
58+
fi

0 commit comments

Comments
 (0)