We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f269803 + b26f931 commit 01f97a5Copy full SHA for 01f97a5
1 file changed
.github/workflows/release-plz.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
client-id: ${{ secrets.RELEASE_APP_CLIENT_ID }}
37
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
38
+ permission-contents: write
39
40
- name: Run release-plz
41
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5.129
@@ -69,6 +70,8 @@ jobs:
69
70
71
72
73
74
+ permission-pull-requests: write
75
76
77
0 commit comments