Skip to content

Commit 2976cfb

Browse files
authored
Merge pull request #19 from SocketDev/rebs/fix-zizmor-creds
Fix zizmor: pass creds as env var
2 parents fa93fd6 + d90949a commit 2976cfb

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)