Compare commits

...

1 Commits

Author SHA1 Message Date
DN6
0c07ad76c9 update 2026-04-08 13:53:36 +05:30

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: |