We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2583e5 commit 431066eCopy full SHA for 431066e
1 file changed
.github/workflows/issue_labeler.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get labels from LLM
19
id: get-labels
20
env:
21
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
+ HF_TOKEN: ${{ secrets.ISSUE_LABELER_HF_TOKEN }}
22
ISSUE_TITLE: ${{ github.event.issue.title }}
23
ISSUE_BODY: ${{ github.event.issue.body }}
24
run: |
0 commit comments