chore: Fix Crowdin sync action (2)

This commit is contained in:
Artem Chepurnoy 2024-06-06 11:34:57 +03:00
parent ce4b113d4c
commit 6217b4b1cb
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ jobs:
download_translations: true
config: 'crowdin.yml'
create_pull_request: false
push_translations: false
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
@ -34,7 +35,7 @@ jobs:
# https://github.com/crowdin/github-action/issues/229
- name: Fix permissions Crowdin created
run: |
sudo chmod -R 644 common/src/commonMain/composeResources/values-*/*.xml
sudo chmod -R 666 common/src/commonMain/composeResources/values-*/*.xml
- name: "Update library"
run: |
python .github/update_localization.py