Skip to content

Commit d90949a

Browse files
committed
Fix zizmor: pass creds as env var
1 parent 199c515 commit d90949a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- name: Install zizmor
1919
run: pip install zizmor==1.23.1
2020
- name: Run zizmor
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123
run: |
2224
if [ -d .github ]; then
2325
zizmor .github --gh-token "${GITHUB_TOKEN}" --min-severity medium

0 commit comments

Comments
 (0)