Skip to content

Commit 60b12fd

Browse files
authored
Merge pull request #1664 from nodejs/SimenB-patch-1
chore: use PAT for automated pull request
2 parents 965347e + 17e49da commit 60b12fd

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@v4
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.updatedVersionsString }}"

0 commit comments

Comments
 (0)