Skip to content

Fix the build

Fix the build #80

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: crowdin action
uses: crowdin/github-action@v1.8.1
with:
upload_sources: true
upload_translations: false
download_translations: true
localization_branch_name: main
create_pull_request: false
env:
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PROJECT_SECRET }}