1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01:00

settling on this workflow after testing

This commit is contained in:
Joseph Flinn 2021-08-25 15:24:26 -07:00
parent 1170779a98
commit e401a52365

View File

@ -26,11 +26,6 @@ jobs:
keyvault: "bitwarden-prod-kv" keyvault: "bitwarden-prod-kv"
secrets: "crowdin-api-token" 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 - name: Download translations
uses: crowdin/github-action@e39093fd75daae7859c68eded4b43d42ec78d8ea uses: crowdin/github-action@e39093fd75daae7859c68eded4b43d42ec78d8ea
env: env:
@ -50,4 +45,3 @@ jobs:
create_pull_request: true create_pull_request: true
pull_request_title: "Autosync Crowdin Translations" pull_request_title: "Autosync Crowdin Translations"
pull_request_body: "Autosync the updated translations" pull_request_body: "Autosync the updated translations"
pull_request_base_branch_name: crowdin-testing-1.51.1