ci: Make the crowdin PR with the rufflebuild user

This commit is contained in:
Nathan Adams 2024-07-03 23:18:43 +02:00 committed by TÖRÖK Attila
parent c65033aa37
commit 02ba384245
1 changed files with 3 additions and 1 deletions

View File

@ -33,4 +33,6 @@ jobs:
commit_message: 'chore: Update translations from Crowdin'
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Use a custom token rather than the automatic GITHUB_TOKEN, as the automatic one doesn't allow created PRs to trigger workflows
# By using our own token (and thus own user), workflows will run, and the PR will be able to be merged.
GITHUB_TOKEN: ${{ secrets.RUFFLE_BUILD_TOKEN }}