Skip to content

Commit e8718b2

Browse files
Trottnodejs-github-bot
authored andcommitted
build: update token used for pull requests
Refs: #39874 (comment) PR-URL: #39907 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 660b1d1 commit e8718b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/authors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- run: "tools/update-authors.js" # run the AUTHORS tool
1313
- uses: gr2m/create-or-update-pull-request-action@v1 # create a PR or update the Action's existing PR
1414
env:
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
1616
with:
17-
title: "meta: update AUTHORS"
17+
author: Node.js GitHub Bot <github-bot@iojs.org>
1818
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."
1919
branch: "actions/authors-update" # custom branch *just* for this Action.
2020
commit-message: "meta: update AUTHORS"
21-
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2221
labels: meta
22+
title: "meta: update AUTHORS"

0 commit comments

Comments
 (0)