From 6087de39756a214456be756e8ff6f93da26eec1a 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 This should allow workflows that use the `labeled` event to be run. --- .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