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