Skip to content

Commit

Permalink
tools: pass bot token to node-pr-labeler
Browse files Browse the repository at this point in the history
This should allow workflows that use the `labeled` event to be run.

PR-URL: #39271
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
targos committed Jul 11, 2021
1 parent d101a85 commit b3a0dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3a0dd1

Please sign in to comment.