AAE-41553 Fix CI validation on crowdin PRs (#11557)

* AAE-41553 Fix CI validation on crowdin PRs

* trigger pull after crowdin push to keep the translation PR up to date

* pass only required secrets to workflow call to make sonar happy
This commit is contained in:
Anahide Tchertchian
2026-01-21 17:18:10 +01:00
committed by GitHub
parent ee7fa5bfa4
commit 5076862e07
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -184,6 +184,14 @@ jobs:
env:
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }}
pull-translation-keys-from-crowdin:
needs: push-translation-keys-to-crowdin
name: Run Crowdin pull pipeline for up-to-date sync
uses: ./.github/workflows/pull-from-crowdin.yml
secrets:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
CROWDIN_TRANSLATIONS_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }}
finalize:
if: always()
runs-on: ubuntu-latest