Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Merge pull request #320 from shafin-deriv/shafin/DAPI-547/feat--langu… #1

Merge pull request #320 from shafin-deriv/shafin/DAPI-547/feat--langu…

Merge pull request #320 from shafin-deriv/shafin/DAPI-547/feat--langu… #1

name: Crowdin Action
on:
push:
paths: ['i18n/**']
branches: [master]
jobs:
crowdin-upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Crowdin push
uses: crowdin/github-action@v1
with:
upload_sources: true
upload_translations: true
download_translations: false
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}