File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 id-token : write
3939 env :
4040 RUNTIME_HEARTBEAT_NAME : FirstradePlatform
41+ RUNTIME_HEARTBEAT_REPORT_PLATFORM : firstrade
4142 RUNTIME_HEARTBEAT_LOOKBACK_HOURS : ${{ inputs.lookback_hours || vars.RUNTIME_HEARTBEAT_LOOKBACK_HOURS || '36' }}
4243 RUNTIME_HEARTBEAT_FAIL_WORKFLOW_ON_ALERT : ${{ inputs.fail_workflow_on_alert || vars.RUNTIME_HEARTBEAT_FAIL_WORKFLOW_ON_ALERT || 'true' }}
4344 RUNTIME_HEARTBEAT_ACCEPT_STAGES : ${{ vars.RUNTIME_HEARTBEAT_ACCEPT_STAGES }}
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ jobs:
120120 id : execution_heartbeat
121121 env :
122122 RUNTIME_HEARTBEAT_NAME : FirstradePlatform lifecycle
123+ RUNTIME_HEARTBEAT_REPORT_PLATFORM : firstrade
123124 RUNTIME_HEARTBEAT_REQUIRED_SERVICES : ${{ secrets.CLOUD_RUN_SERVICE }}
124125 RUNTIME_HEARTBEAT_FAIL_WORKFLOW_ON_ALERT : " true"
125126 run : |
You can’t perform that action at this time.
0 commit comments