Skip to content

Commit b2157bc

Browse files
committed
Update perform-release.yml
1 parent 4f04d09 commit b2157bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/perform-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
release-notes-branch: ${{ steps.determine-branch-names.outputs.RELEASE_NOTES_BRANCH_NAME }}
2727
release-tag: ${{ steps.determine-branch-names.outputs.RELEASE_TAG }}
2828
release-commit: ${{ steps.determine-branch-names.outputs.RELEASE_COMMIT }}
29-
permissions:
30-
pull-requests: read
31-
contents: read
29+
permissions: write-all # contents and push are needed to see the draft release
3230
runs-on: ubuntu-latest
3331
steps:
3432
- name: "Determine Branch Names"

0 commit comments

Comments
 (0)