Skip to content

Commit d6dfd44

Browse files
committed
Fix action permission
1 parent 5d2a425 commit d6dfd44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: write # we need this to be able to push tags
11+
pull-requests: read
12+
issues: read
1113
env:
1214
OCI_URL: ghcr.io/openmcp-project
1315

@@ -74,6 +76,7 @@ jobs:
7476
- name: Get PR body for current commit
7577
id: release_highlights
7678
if: ${{ env.SKIP != 'true' }}
79+
7780
run: |
7881
COMMIT_SHA=$(git rev-parse HEAD)
7982
PR_NUMBER=$(gh pr list --search "$COMMIT_SHA" --state merged --json number --jq '.[0].number')

0 commit comments

Comments
 (0)