settling on this workflow after testing
This commit is contained in:
parent
1170779a98
commit
e401a52365
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue