From b37857c27b71b1c27c8354073f3a812c39eefdb2 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 11 Dec 2023 23:52:06 +0700 Subject: [PATCH] github token --- .github/workflows/sync-crowdin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }}