Skip to content

Commit e512ce7

Browse files
authored
fix(i18n): use BOT_TOKEN for PR creation (#539)
Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
1 parent aa22464 commit e512ce7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/i18n_sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
if: steps.verify-changed-files.outputs.changed == 'true'
9494
shell: bash
9595
env:
96-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96+
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
97+
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
9898
run: |
9999
PR_TITLE="chore: auto update i18n file"
100100
PR_BODY="This PR was automatically generated by a workflow to update i18n files."

0 commit comments

Comments
 (0)