Skip to content

Configure live AWS verification secrets #6

Description

@vamgan

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:

  1. live_dispatch=false for live preflight evidence
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions