diff --git a/.github/workflows/i18n_sync.yml b/.github/workflows/i18n_sync.yml index b64a7b2a1..b5ba307bb 100644 --- a/.github/workflows/i18n_sync.yml +++ b/.github/workflows/i18n_sync.yml @@ -93,8 +93,8 @@ jobs: if: steps.verify-changed-files.outputs.changed == 'true' shell: bash env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.BOT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} run: | PR_TITLE="chore: auto update i18n file" PR_BODY="This PR was automatically generated by a workflow to update i18n files."