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