Skip to content

chore: add general

chore: add general #9

Workflow file for this run

name: Push to Crowdin
on:
push:
branches:
- main
- refactor
jobs:
push-to-crowdin:
name: Push to Crowdin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crowdin/github-action@v2
with:
upload_sources: true
upload_translations: false
download_translations: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: 369101
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}