Skip to content

Commit

Permalink
docs: show example for usage in private repos (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Nov 1, 2024
1 parent 7cb0fe9 commit fcb190a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,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 fcb190a

Please sign in to comment.