Skip to content

Commit 47400ce

Browse files
committed
build(deps): use PAT for PR creation in gradle wrapper update
1 parent d822626 commit 47400ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_gradle_wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
- name: Update Gradle Wrapper
5757
uses: gradle-update/update-gradle-wrapper-action@v2
5858
with:
59-
repo-token: ${{ secrets.GITHUB_TOKEN }}
59+
repo-token: ${{ secrets.MIKEHARDY_MACHINE_ACCOUNT_PAT }}
6060
set-distribution-checksum: false

0 commit comments

Comments
 (0)