We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bf6f8 commit f7a979eCopy full SHA for f7a979e
1 file changed
.github/workflows/update-pre-commit.yml
@@ -4,6 +4,7 @@ on:
4
schedule:
5
- cron: '0 0 * * 5'
6
workflow_dispatch:
7
+ # pull_request: # remove
8
9
permissions:
10
contents: write
@@ -22,4 +23,4 @@ jobs:
22
23
- name: Update pre-commit hooks
24
uses: ./.github/actions/update-precommit
25
with:
- token: ${{ secrets.GITHUB_TOKEN }}
26
+ token: ${{ secrets.PRECOMMIT_UPDATE_TOKEN }}
0 commit comments