From f467e2a0c57e0a45f2358f8b064cdeaa594159c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 5 Jul 2021 15:49:20 +0200 Subject: [PATCH] tools: pass bot token to node-pr-labeler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should allow workflows that use the `labeled` event to be run. PR-URL: https://github.com/nodejs/node/pull/39271 Reviewed-By: James M Snell Reviewed-By: Jiawen Geng Reviewed-By: Tobias Nießen --- .github/workflows/label-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 4e56676e41e5ff..58e9b226dab0d0 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -11,4 +11,5 @@ jobs: steps: - uses: nodejs/node-pr-labeler@v1 with: + repo-token: ${{ secrets.GH_USER_TOKEN }} configuration-path: .github/label-pr-config.yml