Skip to content

Crowdin Action

Crowdin Action #537

Workflow file for this run

name: Crowdin Action
on:
schedule:
- cron: '42 0 * * *'
workflow_dispatch:
jobs:
synchronize-with-crowdin:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: crowdin action
uses: crowdin/github-action@1.4.12
with:
upload_translations: true
download_translations: true
create_pull_request: true
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}