mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
docs: show example for usage in private repos (#99)
This commit is contained in:
parent
7cb0fe9736
commit
fcb190a4b8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue