Skip to content

Commit 38367d5

Browse files
authored
Another release workflow fix (#15394)
1 parent 9bf4a60 commit 38367d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ jobs:
202202
203203
documentation-audit:
204204
permissions:
205-
issues: write # for workflow-notification job
205+
contents: read
206+
issues: write
206207
needs:
207208
- release
208209
uses: ./.github/workflows/documentation-synchronization-audit.yml

0 commit comments

Comments
 (0)