From 0ff88f362f523575ef308baee25844a31081809e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 26 Aug 2021 20:50:35 -0700 Subject: [PATCH] build: update token used for pull requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/39874#issuecomment-905538468 PR-URL: https://github.com/nodejs/node/pull/39907 Reviewed-By: Michaël Zasso Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- .github/workflows/authors.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 1f410a727abd42..01bd0652a4b399 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -12,11 +12,11 @@ jobs: - run: "tools/update-authors.js" # run the AUTHORS tool - uses: gr2m/create-or-update-pull-request-action@v1 # create a PR or update the Action's existing PR env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} with: - title: "meta: update AUTHORS" + author: Node.js GitHub Bot body: "If this PR exists, there's presumably new additions to the AUTHORS file. This is an automatically generated PR by the `authors.yml` GitHub Action, which runs `tools/update-authors.js` and submits a new PR or updates an existing PR.\n\nPlease note that there might be duplicate entries. If there are, please remove them and add the duplicate emails to .mailmap directly to this PR." branch: "actions/authors-update" # custom branch *just* for this Action. commit-message: "meta: update AUTHORS" - author: github-actions[bot] labels: meta + title: "meta: update AUTHORS"