Skip to content

Commit 8c2d80a

Browse files
committed
ci: use PRE_COMMIT_PAT for pre-commit auto-update workflow
1 parent e673c24 commit 8c2d80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Update Hooks
2323
uses: ./.github/actions/update-pre-commit-composite
2424
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.PRE_COMMIT_PAT }}

0 commit comments

Comments
 (0)