mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix(ci): set gh token for i18n pr flow
This commit is contained in:
parent
c93e40212e
commit
ad03f95687
1
.github/workflows/translate-i18n-claude.yml
vendored
1
.github/workflows/translate-i18n-claude.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user