Skip to content

Commit b2e2cc3

Browse files
committed
update token var name
1 parent 4e038c5 commit b2e2cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: AI Label Issue
2424
uses: ./.github/actions/ai_labeler_action/action_llm_label
2525
with:
26-
ACTION_REPO_PAT: ${{ secrets.ACTION_REPO_PAT }}
26+
ACTION_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
LLM_MODEL_NAME: ${{ secrets.LLM_MODEL_NAME }}
2828
LLM_TOKEN_SERVER_URL: ${{ secrets.LLM_TOKEN_SERVER_URL }}
2929
LLM_TOKEN_CLIENT_ID: ${{ secrets.LLM_TOKEN_CLIENT_ID }}

0 commit comments

Comments
 (0)