Skip to content

Commit 199c515

Browse files
committed
Fix credentials for zizmor
1 parent 7339fe0 commit 199c515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit-gha-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Run zizmor
2121
run: |
2222
if [ -d .github ]; then
23-
zizmor --min-severity medium .github
23+
zizmor .github --gh-token "${GITHUB_TOKEN}" --min-severity medium
2424
fi

0 commit comments

Comments
 (0)