Skip to content

Commit c07af8b

Browse files
committed
build: update token used for pull requests
Refs: #39874 (comment)
1 parent 52ebe0f commit c07af8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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:
1717
title: "meta: update AUTHORS"
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."

0 commit comments

Comments
 (0)