From e401a5236566f2a749f21223d5177aea38b7b19b Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 25 Aug 2021 15:24:26 -0700 Subject: [PATCH] settling on this workflow after testing --- .github/workflows/crowdin-sync.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/crowdin-sync.yml b/.github/workflows/crowdin-sync.yml index 43ad6d4a56..fc703956dd 100644 --- a/.github/workflows/crowdin-sync.yml +++ b/.github/workflows/crowdin-sync.yml @@ -26,11 +26,6 @@ jobs: keyvault: "bitwarden-prod-kv" secrets: "crowdin-api-token" - - name: Update crowdin config - run: | - echo "project_id_env: CROWDIN_PROJECT_ID" >> crowdin.yml - echo "api_token_env: CROWDIN_API_TOKEN" >> crowdin.yml - - name: Download translations uses: crowdin/github-action@e39093fd75daae7859c68eded4b43d42ec78d8ea env: @@ -50,4 +45,3 @@ jobs: create_pull_request: true pull_request_title: "Autosync Crowdin Translations" pull_request_body: "Autosync the updated translations" - pull_request_base_branch_name: crowdin-testing-1.51.1