Blocker
The docs Live AWS Verification workflow cannot run live preflight or live dispatch because required repository secrets are not configured.
Failed preflight run:
https://github.com/agent-dispatch/docs/actions/runs/26704498773
The failure occurred in Validate required live verification inputs before any AWS verification ran. The job showed these required values as empty:
AGENTDISPATCH_CONFIG_JSON
AGENTDISPATCH_AWS_REGION / AWS_REGION
Optional/credential values were also empty in that run:
AWS_ROLE_ARN
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
AGENTDISPATCH_LIVE_INSTRUCTION
Required action
Configure live verification secrets for the docs repository:
AGENTDISPATCH_CONFIG_JSON: complete AgentDispatch config JSON with the target AWS AgentCore runtime profile
AGENTDISPATCH_AWS_REGION: AWS region for the runtime
- Either
AWS_ROLE_ARN for GitHub OIDC role assumption, or static AWS credential secrets if intentionally used
- Optional
AGENTDISPATCH_LIVE_INSTRUCTION for the live dispatch task
Then run the workflow twice:
live_dispatch=false for live preflight evidence
live_dispatch=true for real end-to-end cloud dispatch evidence
Do not claim live AWS dispatch until the second run succeeds and uploads agentdispatch-live-aws-report.json.
Blocker
The docs
Live AWS Verificationworkflow cannot run live preflight or live dispatch because required repository secrets are not configured.Failed preflight run:
https://github.com/agent-dispatch/docs/actions/runs/26704498773
The failure occurred in
Validate required live verification inputsbefore any AWS verification ran. The job showed these required values as empty:AGENTDISPATCH_CONFIG_JSONAGENTDISPATCH_AWS_REGION/AWS_REGIONOptional/credential values were also empty in that run:
AWS_ROLE_ARNAWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_SESSION_TOKENAGENTDISPATCH_LIVE_INSTRUCTIONRequired action
Configure live verification secrets for the docs repository:
AGENTDISPATCH_CONFIG_JSON: complete AgentDispatch config JSON with the target AWS AgentCore runtime profileAGENTDISPATCH_AWS_REGION: AWS region for the runtimeAWS_ROLE_ARNfor GitHub OIDC role assumption, or static AWS credential secrets if intentionally usedAGENTDISPATCH_LIVE_INSTRUCTIONfor the live dispatch taskThen run the workflow twice:
live_dispatch=falsefor live preflight evidencelive_dispatch=truefor real end-to-end cloud dispatch evidenceDo not claim live AWS dispatch until the second run succeeds and uploads
agentdispatch-live-aws-report.json.