fix: unify OpenDART env var name with Gitea Secrets; add missed migration header notes

tools/ingest_fundamental_raw.py read DART_API_KEY, but the Gitea Secret
is registered as OPENDART_OPENAPI_KEY, and no workflow bridges the two
(none currently invoke this script). Renamed the code side to match
the secret name directly rather than adding a mapping layer, so
whenever this gets wired into a workflow it just works. Updated the
matching README setup instructions.

Also includes the V9/V10 migration header explanations (why they were
renamed from V003/V004) that were written earlier but missed from the
previous commit's file list.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 11:39:48 +09:00
parent 279d1760ef
commit 477bd693c1
5 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ node core_satellite_collector.js
OpenDART 공시까지 확인하려면:
```powershell
$env:DART_API_KEY="발급받은키"
$env:OPENDART_OPENAPI_KEY="발급받은키"
node core_satellite_collector.js
```