Skip to content

Commit 48149b2

Browse files
authored
Update v2.docs.translate.dir.yaml
1 parent d98fb3f commit 48149b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/v2.docs.translate.dir.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Run GPT Translate
4444
uses: BohuTANG/[email protected]
4545
with:
46+
github_token: ${{ secrets.GITHUB_TOKEN }}
4647
api_key: ${{ secrets.API_KEY }}
4748
base_url: ${{ secrets.BASE_URL }}
4849
ai_model: ${{ secrets.LLM_MODEL }}
@@ -54,4 +55,4 @@ jobs:
5455
REFINE_TEMPERATURE: ${{ secrets.REFINE_TEMPERATURE }}
5556
input_files: "${{ github.event.inputs.path }}"
5657
output_files: "docs/cn/**/*.{md,json}"
57-
commit_message: "Add LLM Translations"
58+
commit_message: "Add LLM Translations V2"

0 commit comments

Comments
 (0)