We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac063 commit 8b380bdCopy full SHA for 8b380bd
.github/workflows/release-please.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
app-id: ${{ vars.JPREPROCESS_RELEASE_APP_ID}}
24
private-key: ${{ secrets.JPREPROCESS_RELEASE_APP_KEY }}
25
+ # Limit token permissions to only what's needed for release-please
26
+ permission-contents: write
27
+ permission-pull-requests: write
28
- uses: googleapis/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
29
id: release
30
0 commit comments