We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e038c5 commit b2e2cc3Copy full SHA for b2e2cc3
.github/workflows/label_issue.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: AI Label Issue
24
uses: ./.github/actions/ai_labeler_action/action_llm_label
25
with:
26
- ACTION_REPO_PAT: ${{ secrets.ACTION_REPO_PAT }}
+ ACTION_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
LLM_MODEL_NAME: ${{ secrets.LLM_MODEL_NAME }}
28
LLM_TOKEN_SERVER_URL: ${{ secrets.LLM_TOKEN_SERVER_URL }}
29
LLM_TOKEN_CLIENT_ID: ${{ secrets.LLM_TOKEN_CLIENT_ID }}
0 commit comments