Skip to content

Commit fcb190a

Browse files
authored
docs: show example for usage in private repos (#99)
1 parent 7cb0fe9 commit fcb190a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/usage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ jobs:
6666
name: zizmor latest via Cargo
6767
runs-on: ubuntu-latest
6868
permissions:
69-
contents: read
7069
security-events: write
70+
# required for workflows in private repositories
71+
contents: read
72+
actions: read
7173
steps:
7274
- name: Checkout repository
7375
uses: actions/checkout@v4

0 commit comments

Comments
 (0)