Skip to content

Commit 760acda

Browse files
committed
fix(ci): restore original release-please workflow (remove permission overrides, v5.0.0)
1 parent c08a6e6 commit 760acda

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
with:
2525
client-id: ${{ vars.GH_APP_CLIENT_ID }}
2626
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
27-
permission-contents: write
28-
permission-pull-requests: write
29-
permission-metadata: read
3027

31-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
28+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
3229
with:
3330
token: ${{ steps.app-token.outputs.token }}
3431
config-file: .github/release-please/config.json5

0 commit comments

Comments
 (0)