From cfb5cf024bfff49a908f03d43012f8d7a2084fcc Mon Sep 17 00:00:00 2001 From: Cihat ATA Date: Tue, 11 Mar 2025 00:43:37 +0300 Subject: [PATCH] Update poeditor-sync.yml --- .github/workflows/poeditor-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/poeditor-sync.yml b/.github/workflows/poeditor-sync.yml index 984b27f4f..1f1194e3e 100644 --- a/.github/workflows/poeditor-sync.yml +++ b/.github/workflows/poeditor-sync.yml @@ -55,7 +55,7 @@ jobs: - name: Download translations from POEditor env: - POEDITOR_API_TOKEN: ${{ secrets.POEDITOR_API }} + POEDITOR_API: ${{ secrets.POEDITOR_API }} POEDITOR_PROJECT_ID: ${{ secrets.POEDITOR_PROJECT_ID }} LANGUAGES: ${{ github.event.inputs.languages || 'tr,en' }} EXPORT_FORMAT: ${{ github.event.inputs.format || 'key_value_json' }}