From 44a1a999dfdcb413ad300350f1f25cba7ed46f93 Mon Sep 17 00:00:00 2001 From: stonebuzz Date: Tue, 27 Aug 2024 08:52:30 +0200 Subject: [PATCH] test --- .github/workflows/translate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 39b993d..8a90b01 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -14,5 +14,5 @@ jobs: refresh-translations: name: "Pull / Push translations" uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1" - with: - TX_TOKEN: "${{ TRANSLATE_TOKEN }}" + secrets: + tx_token: "${{ secrets.TRANSLATE_TOKEN }}"