diff --git a/.github/workflows/sync-crowdin.yml b/.github/workflows/sync-crowdin.yml index d92fc85210..7901cc4f6c 100644 --- a/.github/workflows/sync-crowdin.yml +++ b/.github/workflows/sync-crowdin.yml @@ -47,5 +47,6 @@ jobs: git config user.email github-actions@github.com sudo chown -R $USER:$USER .git git commit assets/i18n/*.json -m "chore: remove empty values from JSON" - git push HEAD:refs/heads/feat/translations - + git push feat/translations + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}