1 parent f939126 commit 204c6cdCopy full SHA for 204c6cd
1 file changed
.github/workflows/release-please.yml
@@ -25,3 +25,5 @@ jobs:
25
uses: googleapis/release-please-action@v4
26
with:
27
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