From ad03f95687ba358415a169c4acff7cdcde392824 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 8 Apr 2026 18:15:26 +0800 Subject: [PATCH] fix(ci): set gh token for i18n pr flow --- .github/workflows/translate-i18n-claude.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translate-i18n-claude.yml b/.github/workflows/translate-i18n-claude.yml index c2cf507797..eda147df84 100644 --- a/.github/workflows/translate-i18n-claude.yml +++ b/.github/workflows/translate-i18n-claude.yml @@ -272,6 +272,7 @@ jobs: - name: Create or update translation PR if: steps.pr_meta.outputs.has_changes == 'true' env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_NAME: ${{ steps.pr_meta.outputs.branch_name }} FILES_IN_SCOPE: ${{ steps.context.outputs.CHANGED_FILES }} TARGET_LANGS: ${{ steps.context.outputs.TARGET_LANGS }}