We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e7b96 commit 7729cd6Copy full SHA for 7729cd6
1 file changed
.github/workflows/zizmor.yml
@@ -14,8 +14,8 @@ on:
14
- '.github/**.yaml'
15
16
permissions:
17
- actions: read
18
- contents: read
+ actions: read # Required by zizmor when reading workflow metadata through the API.
+ contents: read # Required to read workflow files.
19
20
jobs:
21
zizmor:
0 commit comments