diff --git a/crowdin.yml b/.github/crowdin.yml similarity index 100% rename from crowdin.yml rename to .github/crowdin.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9859bc63..4decf0f31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: uses: crowdin/github-action@1.1.0 with: crowdin_branch_name: main + config: '.github/crowdin.yml' project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }} token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index c9869d7a0..c2a6135c0 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -32,6 +32,7 @@ jobs: skip_untranslated_strings: true push_translations: false crowdin_branch_name: main + config: '.github/crowdin.yml' project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }} token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}