chore(deps): update crowdin/github-action action to v2.5.1
[ArchiSteamFarm.git] / .github / workflows / crowdin-ci.yml
blobf6fabe60e3ca3c45125b75bd7ee905c5c91d815a
1 name: ASF-crowdin-ci
3 on:
4   push:
5     branches:
6     - main
8 permissions: {}
10 jobs:
11   upload:
12     environment: dev-crowdin
13     runs-on: ubuntu-latest
15     steps:
16     - name: Checkout code
17       uses: actions/checkout@v4.2.2
18       with:
19         show-progress: false
20         submodules: recursive
22     - name: Upload latest strings for translation on Crowdin
23       uses: crowdin/github-action@v2.5.1
24       with:
25         crowdin_branch_name: main
26         config: '.github/crowdin.yml'
27         project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }}
28         token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}