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.
2 parents 965347e + 17e49da commit 60b12fdCopy full SHA for 60b12fd
.github/workflows/automatic-updates.yml
@@ -24,7 +24,8 @@ jobs:
24
id: cpr
25
uses: peter-evans/create-pull-request@v4
26
with:
27
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_API_TOKEN }}
28
+ author: "Node.js GitHub Bot <[email protected]>"
29
branch: update-branch
30
base: main
31
commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"
0 commit comments