Skip to content

Commit 14fcde9

Browse files
Fix labeler
1 parent 91993bd commit 14fcde9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ on:
88
jobs:
99
labeler:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
issues: write
1114
steps:
12-
- name: Check out the repository
15+
- name: Checkout
1316
uses: actions/checkout@v4
14-
1517
- name: Run Labeler
1618
uses: crazy-max/ghaction-github-labeler@v5
1719
with:
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
1821
skip-delete: true

0 commit comments

Comments
 (0)