Skip to content

Commit 17e49da

Browse files
committed
chore: use repo token to open PR
1 parent 32dbb21 commit 17e49da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automatic-updates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
id: cpr
2525
uses: peter-evans/create-pull-request@v3
2626
with:
27-
token: ${{ secrets.GITHUB_TOKEN }}
27+
token: ${{ secrets.GH_API_TOKEN }}
28+
author: "Node.js GitHub Bot <nodejs-github-bot@users.noreply.github.com>"
2829
branch: update-branch
2930
base: main
3031
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"

0 commit comments

Comments
 (0)