Skip to content

Commit b3a0dd1

Browse files
committed
tools: pass bot token to node-pr-labeler
This should allow workflows that use the `labeled` event to be run. PR-URL: #39271 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent d101a85 commit b3a0dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/label-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
steps:
1212
- uses: nodejs/node-pr-labeler@v1
1313
with:
14+
repo-token: ${{ secrets.GH_USER_TOKEN }}
1415
configuration-path: .github/label-pr-config.yml

0 commit comments

Comments
 (0)