Skip to content

drop official snapdrop.net support (see https://github.com/fm-sys/sna… #34

drop official snapdrop.net support (see https://github.com/fm-sys/sna…

drop official snapdrop.net support (see https://github.com/fm-sys/sna… #34

name: Crowdin Upload Action
on:
push:
branches: [ master ]
jobs:
crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Crowdin push
uses: crowdin/github-action@v2
with:
upload_sources: true
upload_translations: false
download_translations: false
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}