Skip to content

now we unmap...

now we unmap... #123

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/[email protected]
- name: crowdin action
uses: crowdin/[email protected]
with:
upload_sources: true
upload_translations: false
download_translations: true
localization_branch_name: main
create_pull_request: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PROJECT_SECRET }}