diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 9e2e705dc91b..0b9fbdce4c65 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -76,12 +76,10 @@ jobs: crowdin_branch_name: ${{ steps.vars.outputs.crowdin_branch }} # Dont create a PR for the updated translations push_translations: false + user: auto env: OPENPROJECT_CROWDIN_PROJECT: ${{ secrets.OPENPROJECT_CROWDINV2_PROJECT }} OPENPROJECT_CROWDIN_API_KEY: ${{ secrets.OPENPROJECT_CROWDINV2_API_KEY }} - - name: "Fix ownership of downloaded translation files" - run: | - sudo chown -R $(id -u):$(id -g) config/locales/crowdin/ modules/*/config/locales/crowdin/ - name: "Fix root key in Portuguese crowdin translation files" run: | script/i18n/fix_crowdin_pt_language_root_key