From 2cfa23e9ac63de9e84783bc7b06489ecedd7626f Mon Sep 17 00:00:00 2001 From: Florian Imdahl Date: Tue, 20 Apr 2021 11:58:34 +0200 Subject: [PATCH] chore: Use new token for Crowdin --- .github/workflows/sync_translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_translations.yml b/.github/workflows/sync_translations.yml index c19e3a3f6f6..679a01d3621 100644 --- a/.github/workflows/sync_translations.yml +++ b/.github/workflows/sync_translations.yml @@ -46,7 +46,7 @@ jobs: localization_branch_name: 'translations' pull_request_title: 'chore: Update translations' commit_message: 'chore: Update translations' - token: ${{secrets.WEB_CROWDIN_TOKEN}} + token: ${{secrets.WEBTEAM_CROWDIN_TOKEN}} source: '/src/i18n/en-US.json' translation: '/src/i18n/%locale%.json' base_path: '.'