From 838fcb5092a23a0ff5f2fed978a59601660a1406 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:05:14 +0800 Subject: [PATCH] fix: read IBKR runtime evidence prefix Co-Authored-By: Codex --- .github/workflows/execution-report-heartbeat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/execution-report-heartbeat.yml b/.github/workflows/execution-report-heartbeat.yml index 70f8ff5..d2ee6c6 100644 --- a/.github/workflows/execution-report-heartbeat.yml +++ b/.github/workflows/execution-report-heartbeat.yml @@ -96,10 +96,10 @@ jobs: run: python scripts/execution_report_heartbeat.py - name: Publish read-only runtime execution evidence - uses: QuantStrategyLab/QuantRuntimeSettings/actions/publish-runtime-execution-evidence@f28bee6a4e28e2aead5fb37bd3213c12dd419e29 + uses: QuantStrategyLab/QuantRuntimeSettings/actions/publish-runtime-execution-evidence@361341c23dd5cd638651d1766411efd98e1885fc with: source-id: runtime-reports-ibkr - report-platform: ibkr + report-platform: interactive_brokers report-prefix: ${{ vars.RUNTIME_HEARTBEAT_GCS_URIS || vars.EXECUTION_REPORT_GCS_URI }} sync-url: ${{ vars.EXECUTION_EVIDENCE_SYNC_URL }} env: