Skip to content

Merge pull request #102 from CPS-IT/renovate/ramsey-composer-install-4.x #80

Merge pull request #102 from CPS-IT/renovate/ramsey-composer-install-4.x

Merge pull request #102 from CPS-IT/renovate/ramsey-composer-install-4.x #80

Workflow file for this run

name: Crowdin
on:
push:
branches:
- main
jobs:
sync:
name: Synchronize with Crowdin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Upload sources
uses: crowdin/github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config: '.crowdin.yaml'
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
crowdin_branch_name: 'main'