Skip to content

Commit 9bf4a60

Browse files
authored
Fix release workflow (#15388)
1 parent a7597b0 commit 9bf4a60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201
echo "prior-version=$PRIOR_VERSION" >> $GITHUB_OUTPUT
202202
203203
documentation-audit:
204+
permissions:
205+
issues: write # for workflow-notification job
204206
needs:
205207
- release
206208
uses: ./.github/workflows/documentation-synchronization-audit.yml

0 commit comments

Comments
 (0)