We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa22464 commit e512ce7Copy full SHA for e512ce7
1 file changed
.github/workflows/i18n_sync.yml
@@ -93,8 +93,8 @@ jobs:
93
if: steps.verify-changed-files.outputs.changed == 'true'
94
shell: bash
95
env:
96
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.BOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
98
run: |
99
PR_TITLE="chore: auto update i18n file"
100
PR_BODY="This PR was automatically generated by a workflow to update i18n files."
0 commit comments