From 7522879e2a628d1aa9a98af620afbdd959c0a232 Mon Sep 17 00:00:00 2001 From: cihatata Date: Mon, 10 Mar 2025 23:41:33 +0300 Subject: [PATCH] fix: key --- .github/scripts/download-translations.js | 2 +- .github/workflows/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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