Skip to content

Commit a51c457

Browse files
Pigbibiclaude
andcommitted
chore: stop injecting stale IB_GATEWAY_ZONE/IP_MODE org vars
These values are now sourced from per-group config in CLOUD_RUN_SERVICE_TARGETS_JSON. Runtime already reads group_config first with env var as fallback. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cf1bc00 commit a51c457

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/sync-cloud-run-env.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ jobs:
169169
STRATEGY_PLUGIN_ALERT_TELEGRAM_BODY_MAX_CHARS: ${{ vars.STRATEGY_PLUGIN_ALERT_TELEGRAM_BODY_MAX_CHARS }}
170170
# Strategy-owned defaults continue to come from UsEquityStrategies; this workflow only syncs platform/runtime inputs.
171171
EXECUTION_REPORT_GCS_URI: ${{ vars.EXECUTION_REPORT_GCS_URI }}
172-
IB_GATEWAY_ZONE: ${{ vars.IB_GATEWAY_ZONE }}
173-
IB_GATEWAY_IP_MODE: ${{ vars.IB_GATEWAY_IP_MODE }}
174172
GLOBAL_TELEGRAM_CHAT_ID: ${{ vars.GLOBAL_TELEGRAM_CHAT_ID }}
175173
NOTIFY_LANG: ${{ vars.NOTIFY_LANG }}
176174
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)