ci: update release-commenter permissions (#13373)

Permissions for release commenter needed to be explicit.

Docs from upstream:
https://github.com/apexskier/github-release-commenter/pull/549
This commit is contained in:
Elliot DeNolf
2025-08-05 10:00:42 -04:00
committed by GitHub
parent d622d3c5e7
commit ac40185158

View File

@@ -17,6 +17,9 @@ env:
jobs:
post_release:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-24.04
if: ${{ github.event_name != 'workflow_dispatch' }}
steps: