Skip to content

Commit 204c6cd

Browse files
committed
fix(ci): use RELEASE_PLEASE_TOKEN so release-please can create PRs
Made-with: Cursor
1 parent f939126 commit 204c6cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
uses: googleapis/release-please-action@v4
2626
with:
2727
release-type: node
28+
# Use a PAT with repo scope so the action can create PRs (GITHUB_TOKEN cannot).
29+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)