This commit is contained in:
cihatata
2025-03-10 23:41:33 +03:00
parent 29e03a6294
commit 7522879e2a
2 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -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