From afdb665e573ffe22d402882ee14baed6f32bc883 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 26 Aug 2021 21:01:51 -0700 Subject: [PATCH] build: fix find-inactive-collaborators workflow token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use a token that will result in GitHub CI running on the pull requests that this workflow opens. PR-URL: https://github.com/nodejs/node/pull/39909 Reviewed-By: Michaƫl Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- .github/workflows/find-inactive-collaborators.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml index fbb392d2e537ef..f4dfc964ccd2f3 100644 --- a/.github/workflows/find-inactive-collaborators.yml +++ b/.github/workflows/find-inactive-collaborators.yml @@ -32,9 +32,9 @@ jobs: - name: Open pull request uses: gr2m/create-or-update-pull-request-action@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} with: - author: github-actions[bot] + author: Node.js GitHub Bot body: This PR was generated by tools/find-inactive-collaborators.yml. commit-message: "meta: move one or more collaborators to emeritus" labels: meta