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' }}