Skip to content

Commit cab3913

Browse files
committed
ci: Add GitHub Actions workflow for Crowdin translation synchronization.
1 parent 83be80b commit cab3913

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/crowdin-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ jobs:
4747
download_translations: true
4848
skip_untranslated_strings: true
4949
export_only_approved: false
50+
create_pull_request: false # Explicitly disable to avoid conflicts
5051
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
5152
token: ${{ secrets.CROWDIN_API_TOKEN }}
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5453

5554
- name: Normalize ARB locales
5655
run: |

0 commit comments

Comments
 (0)