mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
Clearly state that actions: read is only required for private repos (#615)
* Update usage.md * Update docs/usage.md --------- Co-authored-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
39fb35cb38
commit
28b6266951
1 changed files with 2 additions and 3 deletions
|
|
@ -423,9 +423,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
security-events: write
|
||||
# required for workflows in private repositories
|
||||
contents: read
|
||||
actions: read
|
||||
contents: read # only needed for private repos
|
||||
actions: read # only needed for private repos
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue