Skip to content

Commit ac40185

Browse files
authored
ci: update release-commenter permissions (#13373)
Permissions for release commenter needed to be explicit. Docs from upstream: apexskier/github-release-commenter#549
1 parent d622d3c commit ac40185

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ env:
1717

1818
jobs:
1919
post_release:
20+
permissions:
21+
issues: write
22+
pull-requests: write
2023
runs-on: ubuntu-24.04
2124
if: ${{ github.event_name != 'workflow_dispatch' }}
2225
steps:

0 commit comments

Comments
 (0)