We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c2ea7 commit 538a07fCopy full SHA for 538a07f
.github/workflows/autoupdate-pre-commit-config.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Update pre-commit config packages
24
uses: technote-space/create-pr-action@v2
25
with:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.ACTION_TRIGGER_TOKEN }}
27
EXECUTE_COMMANDS: |
28
pip install pre-commit
29
pre-commit autoupdate || (exit 0);
0 commit comments