docs: show example for usage in private repos (#99)

This commit is contained in:
Mike Fiedler 2024-11-01 12:15:59 -04:00 committed by GitHub
parent 7cb0fe9736
commit fcb190a4b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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