fix: key name

This commit is contained in:
cihatata
2025-03-11 00:28:31 +03:00
parent 7158b1f141
commit 877bafc3be

View File

@@ -54,7 +54,7 @@ jobs:
- name: Download translations from POEditor
env:
POEDITOR_API_TOKEN: ${{ secrets.POEDITOR_API_TOKEN }}
POEDITOR_API_TOKEN: ${{ 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' }}