diff --git a/.github/workflows/automatic-updates.yml b/.github/workflows/automatic-updates.yml index 783b7a10..1717edf5 100644 --- a/.github/workflows/automatic-updates.yml +++ b/.github/workflows/automatic-updates.yml @@ -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 " branch: update-branch base: main commit-message: "feat: Node.js ${{ steps.updt.outputs.result.updatedVersionsString }}"