Skip to content

Commit e2f269c

Browse files
authored
[CI] Use custom token for 'Update pre-commit hooks' job (#754)
1 parent 6bb6f71 commit e2f269c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)