Merge pull request #1664 from nodejs/SimenB-patch-1

chore: use PAT for automated pull request
This commit is contained in:
Nick Schonning 2022-04-05 09:53:30 -04:00 committed by GitHub
commit 60b12fd776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_API_TOKEN }}
author: "Node.js GitHub Bot <nodejs-github-bot@users.noreply.github.com>"
branch: update-branch
base: main
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"