From ae827e1406bfdd5ea1c9e6c716b42e512dc91177 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 11 Sep 2025 21:29:58 +0200 Subject: [PATCH] fix: define call secrets in merge-translations (#21831) --- .github/workflows/merge-translations.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/merge-translations.yml b/.github/workflows/merge-translations.yml index c2392a5b78..a0329c8f73 100644 --- a/.github/workflows/merge-translations.yml +++ b/.github/workflows/merge-translations.yml @@ -1,8 +1,15 @@ name: Merge translations on: - workflow_call: workflow_dispatch: + workflow_call: + secrets: + PUSH_O_MATIC_APP_ID: + required: true + PUSH_O_MATIC_APP_KEY: + required: true + WEBLATE_TOKEN: + required: true permissions: {}