Skip to content

Commit 1391a59

Browse files
committed
fixup! build: update token used for pull requests
1 parent aeff5a6 commit 1391a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/authors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
env:
1515
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)