runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> from get_last_ci_run import get_last_ci_run_id File "/home/user/app/get_last_ci_run.py", line 72, in <module> print(get_last_ci_run_id()) File "/home/user/app/get_last_ci_run.py", line 68, in get_last_ci_run_id workflow_run = get_last_daily_ci_run(token, workflow_id=WORKFLOW_ID) File "/home/user/app/get_last_ci_run.py", line 53, in get_last_daily_ci_run workflow_runs = get_daily_ci_runs(token, workflow_id=workflow_id) File "/home/user/app/get_last_ci_run.py", line 32, in get_daily_ci_runs workflow_runs = result["workflow_runs"] KeyError: 'workflow_runs'

Container logs:

Fetching error logs...