Skip to content

Commit 7256cbb

Browse files
Update labeler workflow to use correct token syntax
1 parent 6d59b72 commit 7256cbb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: jimschubert/labeler-action@v2
11+
12+
- name: Run labeler
13+
uses: jimschubert/labeler-action@v2
1214
with:
13-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1416
configuration-path: .github/labels.yml

0 commit comments

Comments
 (0)