We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3c8fb commit e8865f2Copy full SHA for e8865f2
.github/workflows/release-pr.yml
@@ -26,6 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
permissions:
28
pull-requests: write
29
+ contents: write
30
if: ${{ !startsWith(github.event.head_commit.message, 'Version Packages (#') }}
31
steps:
32
- name: Checkout Repo
0 commit comments