Skip to content

Commit 431066e

Browse files
authored
[CI] Use finegrained token for Issue Labeler (#13433)
update
1 parent a2583e5 commit 431066e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get labels from LLM
1919
id: get-labels
2020
env:
21-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
21+
HF_TOKEN: ${{ secrets.ISSUE_LABELER_HF_TOKEN }}
2222
ISSUE_TITLE: ${{ github.event.issue.title }}
2323
ISSUE_BODY: ${{ github.event.issue.body }}
2424
run: |

0 commit comments

Comments
 (0)