Skip to content

Commit 7522879

Browse files
committed
fix: key
1 parent 29e03a6 commit 7522879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/download-translations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { fileURLToPath } from 'url';
77
const __filename = fileURLToPath(import.meta.url);
88

99
// POEditor API information
10-
const API_TOKEN = process.env.POEDITOR_API_TOKEN;
10+
const API_TOKEN = process.env.POEDITOR_API;
1111
const PROJECT_ID = process.env.POEDITOR_PROJECT_ID;
1212
const LANGUAGES = (process.env.LANGUAGES || 'tr,en').split(',');
1313
const EXPORT_FORMAT = process.env.EXPORT_FORMAT || 'key_value_json';

.github/workflows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can add these secrets in the "Settings > Secrets and variables > Actions" se
2222

2323
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`).
2424

25-
If you don't specify any languages, the default languages `tr` and `gb` will be downloaded.
25+
If you don't specify any languages, the default languages `tr` and `en` will be downloaded.
2626

2727
## Output
2828

0 commit comments

Comments
 (0)