ci: restore KIS collection credential contract
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 15s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 1m35s

This commit is contained in:
2026-07-12 12:45:23 +09:00
parent 744e9d6a7a
commit fbb56400af
+21
View File
@@ -0,0 +1,21 @@
name: KIS Data Collection Validation
on:
schedule:
- cron: "30 0 * * 1-5"
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate mock credentials
env:
KIS_APP_Key_TEST: ${{ vars.KIS_APP_KEY_TEST }}
KIS_APP_Secret_TEST: ${{ vars.KIS_APP_SECRET_TEST }}
KIS_APP_Key: ${{ vars.KIS_APP_KEY }}
KIS_APP_Secret: ${{ vars.KIS_APP_SECRET }}
run: python3 tools/validate_kis_api_credentials_v1.py --account mock --ticker 005930 --dry-run
- name: Validate .NET PostgreSQL JSON cutover
run: python3 tools/validate_dotnet_postgresql_json_cutover_v1.py