Skip to content

feat(ArcViewer): add timebar and fixes (#9126) #54

feat(ArcViewer): add timebar and fixes (#9126)

feat(ArcViewer): add timebar and fixes (#9126) #54

Workflow file for this run

name: Push to Crowdin
on:
push:
branches:
- main
jobs:
push-to-crowdin:
if: github.repository_owner == 'PreMiD'
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 }}