Skip to content

Commit 0ff88f3

Browse files
Trotttargos
authored andcommitted
build: update token used for pull requests
Refs: #39874 (comment) PR-URL: #39907 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8ea4bef commit 0ff88f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/authors.yml

+3-3
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 <[email protected]>
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)