We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dbb21 commit 17e49daCopy full SHA for 17e49da
.github/workflows/automatic-updates.yml
@@ -24,7 +24,8 @@ jobs:
24
id: cpr
25
uses: peter-evans/create-pull-request@v3
26
with:
27
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_API_TOKEN }}
28
+ author: "Node.js GitHub Bot <nodejs-github-bot@users.noreply.github.com>"
29
branch: update-branch
30
base: main
31
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersions.join(', ') }}"
0 commit comments