We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5139b8 commit 4d096e2Copy full SHA for 4d096e2
1 file changed
.github/workflows/codeql-to-commit.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Trigger Autofix for High & Medium alerts
19
env:
20
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.AUTOFIX_TOKEN }}
21
OWNER: ${{ github.repository_owner }}
22
REPO: ${{ github.event.repository.name }}
23
run: |
0 commit comments