chore: adding write permissions to issues (#19262)

(cherry picked from commit 34f34ee90abaeaab1143023ccac073b7afa36a65)
This commit is contained in:
Andrés Muñoz Vera 2025-01-07 11:25:39 +01:00 committed by OpenMetadata Release Bot
parent 7aa1aa05f5
commit 87de0df9d8

View File

@ -12,6 +12,7 @@ on:
permissions: permissions:
contents: write contents: write
pull-requests: write pull-requests: write
issues: write
env: env:
CURRENT_RELEASE_ENDPOINT: ${{ vars.CURRENT_RELEASE_ENDPOINT }} # Endpoint that returns the current release version in json format CURRENT_RELEASE_ENDPOINT: ${{ vars.CURRENT_RELEASE_ENDPOINT }} # Endpoint that returns the current release version in json format
jobs: jobs: