From f7268f21eb9ffeeef4c6aa9642608d2e9192abf4 Mon Sep 17 00:00:00 2001 From: Amos Date: Tue, 23 Jun 2026 00:26:55 +0800 Subject: [PATCH] ci(docs-translator-bot): update the token --- .github/workflows/docs-translator-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-translator-bot.yml b/.github/workflows/docs-translator-bot.yml index 39b6817f83..4315ab38c6 100644 --- a/.github/workflows/docs-translator-bot.yml +++ b/.github/workflows/docs-translator-bot.yml @@ -21,5 +21,5 @@ jobs: - name: run translator-bot uses: cfug/translator_bot@main with: - github_token: ${{ secrets.DOCS_REPO_DEPLOY_TOKEN }} + github_token: ${{ secrets.TRANSLATOR_BOT_GH_TOKEN }} gemini_api_key: ${{ secrets.TRANSLATOR_BOT_GEMINI_API_KEY }}