Skip to content

Crowdin Action

Crowdin Action #24987

Workflow file for this run

name: Crowdin Action
on:
schedule:
- cron: "0 * * * *"
push:
branches: [main]
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: crowdin action
uses: crowdin/github-action@v2.0.0
with:
upload_sources: true
upload_translations: false
download_translations: true
dryrun_action: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}