File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ jobs:
194194 BINANCE_API_SECRET : ${{ secrets.BINANCE_API_SECRET }}
195195 STRATEGY_PROFILE : ${{ vars.STRATEGY_PROFILE || 'crypto_live_pool_rotation' }}
196196 RUNTIME_TARGET_JSON : ${{ vars.RUNTIME_TARGET_JSON }}
197+ BINANCE_RECONCILIATION_EXPECTED_DIGESTS_JSON : ${{ vars.BINANCE_RECONCILIATION_EXPECTED_DIGESTS_JSON }}
197198 TG_TOKEN : ${{ secrets.TG_TOKEN }}
198199 GLOBAL_TELEGRAM_CHAT_ID : ${{ vars.GLOBAL_TELEGRAM_CHAT_ID }}
199200 NOTIFY_LANG : ${{ vars.NOTIFY_LANG }}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ grep -Fq 'GLOBAL_TELEGRAM_CHAT_ID: ${{ vars.GLOBAL_TELEGRAM_CHAT_ID }}' "$workfl
99grep -Fq ' NOTIFY_LANG: ${{ vars.NOTIFY_LANG }}' " $workflow_file "
1010grep -Fq " STRATEGY_PROFILE: \$ {{ vars.STRATEGY_PROFILE || 'crypto_live_pool_rotation' }}" " $workflow_file "
1111grep -Fq ' RUNTIME_TARGET_JSON: ${{ vars.RUNTIME_TARGET_JSON }}' " $workflow_file "
12+ grep -Fq ' BINANCE_RECONCILIATION_EXPECTED_DIGESTS_JSON: ${{ vars.BINANCE_RECONCILIATION_EXPECTED_DIGESTS_JSON }}' " $workflow_file "
1213grep -Fq " RUNTIME_TARGET_ENABLED: \$ {{ vars.RUNTIME_TARGET_ENABLED || 'false' }}" " $workflow_file "
1314grep -Fq ' Runtime target is disabled; broker strategy was intentionally not invoked.' " $workflow_file "
1415grep -Fq ' needs.deploy.outputs.runtime_target_enabled == ' \' ' true' \' ' ' " $workflow_file "
You can’t perform that action at this time.
0 commit comments