We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09472f commit 7d0831fCopy full SHA for 7d0831f
.github/workflows/actions.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: lint wit zizmor
25
run: |
26
pipx install zizmor
27
- zizmor --gh-token $GITHUB_TOKEN --format sarif . > results.sarif || true
+ zizmor --gh-token ${{ secrets.GITHUB_TOKEN }} --format sarif . > results.sarif || true
28
29
- name: Upload SARIF file
30
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
0 commit comments