Commit 243e14b7 authored by Moody Salem's avatar Moody Salem

chore(ci): add a workflow for crowdin.yaml

parent 70174140
name: Crowdin
on:
push:
branches:
- main
pull_request:
branches:
- main
# manual trigger
workflow_dispatch:
jobs:
synchronize-with-crowdin:
name: Synchronize with Crowdin
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Synchronize
uses: crowdin/github-action@1.1.0
with:
upload_translations: true
download_translations: true
project_id: 458284
personal_token: ${{ secrets.CROWDIN_PERSONAL_TOKEN_SECRET }}
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment