diff --git a/.github/workflows/update-v8.yml b/.github/workflows/update-v8.yml index 2474bf2c2d9930..cbd069af7f6a48 100644 --- a/.github/workflows/update-v8.yml +++ b/.github/workflows/update-v8.yml @@ -43,6 +43,8 @@ jobs: - uses: gr2m/create-or-update-pull-request-action@86ec1766034c8173518f61d2075cc2a173fb8c97 # v1.9.4 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date. + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: author: Node.js GitHub Bot body: This is an automated patch update of V8 to ${{ env.NEW_VERSION }}.