Skip to content

Commit

Permalink
fixup! build: update token used for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Aug 29, 2021
1 parent aeff5a6 commit 1391a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
with:
title: "meta: update AUTHORS"
author: Node.js GitHub Bot <github-bot@iojs.org>
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] <github-actions[bot]@users.noreply.github.com>
labels: meta
title: "meta: update AUTHORS"

0 comments on commit 1391a59

Please sign in to comment.