Skip to content

Commit

Permalink
fix(ci): allow zizmor to read actions in private (#17017)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Nov 1, 2024
1 parent 75fb854 commit 1ade50f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
name: Zizmor latest via Cargo
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
# required for workflows in private repositories
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1ade50f

Please sign in to comment.