fix(ci): set gh token for i18n pr flow

This commit is contained in:
yyh 2026-04-08 18:15:26 +08:00
parent c93e40212e
commit ad03f95687
No known key found for this signature in database

View File

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