Skip to content

Commit 4379711

Browse files
ci: Add issue permissions to release hook (#1743)
chore: Add issue permissions to release hook This should allow the bot to create issues for failed releases Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
1 parent c45b59c commit 4379711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-hook-on-closed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
contents: write # required for creating releases
1414
pull-requests: write # required for updating release PRs
15+
issues: write # required to create issues for failed releases
1516
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
1617
env:
1718
ruby-version: "3.2"

0 commit comments

Comments
 (0)