Skip to content

Merged #251

Merged #251 #178

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [ main-(insider_bloom) ]
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
steps:
- name: Checkout
uses: actions/checkout@v2
- name: test
run: ls
- name: Run Crowdin action
uses: crowdin/[email protected]
with:
upload_translations: true
download_translations: true
crowdin_branch_name: 'i10n_main'
env:
GITHUB_TOKEN: ${{ secrets.CROWDIN_GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}