Compare commits

...

1 Commits

Author SHA1 Message Date
Dhruv Nair
431066e967 [CI] Use finegrained token for Issue Labeler (#13433)
update
2026-04-08 11:18:24 +02:00

View File

@@ -18,7 +18,7 @@ jobs:
- name: Get labels from LLM
id: get-labels
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_TOKEN: ${{ secrets.ISSUE_LABELER_HF_TOKEN }}
ISSUE_TITLE: ${{ github.event.issue.title }}
ISSUE_BODY: ${{ github.event.issue.body }}
run: |