Skip to content

Commit 052576e

Browse files
committed
fix: update release-please workflow
1 parent fde31a9 commit 052576e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release-please.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
# needed for the auto-tag
12+
issues: write
13+
814
jobs:
915
release-please:
1016
runs-on: ubuntu-latest
1117
steps:
12-
- uses: google-github-actions/release-please-action@v4
18+
- uses: googleapis/release-please-action@v4
1319
id: release
1420
with:
21+
token: ${{ secrets.RELEASE_PLEASE_PAT }}
1522
release-type: node
1623

1724
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)