diff --git a/.github/scripts/download-translations.js b/.github/scripts/download-translations.js index a198ae093..94975de0c 100644 --- a/.github/scripts/download-translations.js +++ b/.github/scripts/download-translations.js @@ -7,7 +7,7 @@ import { fileURLToPath } from 'url'; const __filename = fileURLToPath(import.meta.url); // POEditor API information -const API_TOKEN = process.env.POEDITOR_API_TOKEN; +const API_TOKEN = process.env.POEDITOR_API; const PROJECT_ID = process.env.POEDITOR_PROJECT_ID; const LANGUAGES = (process.env.LANGUAGES || 'tr,en').split(','); const EXPORT_FORMAT = process.env.EXPORT_FORMAT || 'key_value_json'; diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 2ec6191b1..11b04d657 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -22,7 +22,7 @@ You can add these secrets in the "Settings > Secrets and variables > Actions" se When running the workflow manually, you can specify which languages to download. Languages should be entered as comma-separated values (e.g., `tr,gb,es`). -If you don't specify any languages, the default languages `tr` and `gb` will be downloaded. +If you don't specify any languages, the default languages `tr` and `en` will be downloaded. ## Output