Skip to content

Commit 7729cd6

Browse files
committed
Fix zizmor workflow findings
1 parent 29e7b96 commit 7729cd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
- '.github/**.yaml'
1515

1616
permissions:
17-
actions: read
18-
contents: read
17+
actions: read # Required by zizmor when reading workflow metadata through the API.
18+
contents: read # Required to read workflow files.
1919

2020
jobs:
2121
zizmor:

0 commit comments

Comments
 (0)