Skip to content

Commit 5ab0918

Browse files
committed
fix(template): pass repo-token to actions/labeler@v3
1 parent fd76f57 commit 5ab0918

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-labels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Run labeler
15-
uses: actions/labeler@v2
15+
uses: actions/labeler@v3
1616
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1718
configuration-path: .github/labeler.yml
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)