We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa93fd6 + d90949a commit 2976cfbCopy full SHA for 2976cfb
1 file changed
.github/workflows/audit-gha-workflows.yml
@@ -18,6 +18,8 @@ jobs:
18
- name: Install zizmor
19
run: pip install zizmor==1.23.1
20
- name: Run zizmor
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: |
24
if [ -d .github ]; then
25
zizmor .github --gh-token "${GITHUB_TOKEN}" --min-severity medium
0 commit comments