We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f04d09 commit b2157bcCopy full SHA for b2157bc
.github/workflows/perform-release.yml
@@ -26,9 +26,7 @@ jobs:
26
release-notes-branch: ${{ steps.determine-branch-names.outputs.RELEASE_NOTES_BRANCH_NAME }}
27
release-tag: ${{ steps.determine-branch-names.outputs.RELEASE_TAG }}
28
release-commit: ${{ steps.determine-branch-names.outputs.RELEASE_COMMIT }}
29
- permissions:
30
- pull-requests: read
31
- contents: read
+ permissions: write-all # contents and push are needed to see the draft release
32
runs-on: ubuntu-latest
33
steps:
34
- name: "Determine Branch Names"
0 commit comments