From 5b5d62d1e8e2c179e912595530fa2efc69e2829c Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 9 May 2021 13:40:00 +0200 Subject: [PATCH] Move crowdin.yml to .github directory --- crowdin.yml => .github/crowdin.yml | 0 .github/workflows/ci.yml | 1 + .github/workflows/translations.yml | 1 + 3 files changed, 2 insertions(+) rename crowdin.yml => .github/crowdin.yml (100%) 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 }}