You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker sbx is not configured: This workflow uses sandbox.agent.runtime: docker-sbx, but the required Docker Hub secrets are missing. The agent job was skipped so the workflow can report this configuration issue without failing in the sandbox pre-flight step.
Configure docker-sbx
Add both repository or organization Actions secrets:
DOCKER_USERNAME - Docker Hub username.
DOCKER_PAT - Docker Hub personal access token with permission to pull docker/sandbox-templates:shell-docker.
Then rerun the workflow. If this workflow does not need Docker sbx isolation, remove sandbox.agent.runtime: docker-sbx from the workflow source and recompile it.
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/githubnext/central-agentic-ops/actions/runs/33123448268
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Type debug the agentic workflow daily-dashboard-language-spec-review failure in https://github.com/githubnext/central-agentic-ops/actions/runs/33123448268
Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:
Workflow Failure
Workflow: Daily Dashboard Language Specification Review
Branch: main
Run: https://github.com/githubnext/central-agentic-ops/actions/runs/33123448268
Warning
Docker sbx is not configured: This workflow uses
sandbox.agent.runtime: docker-sbx, but the required Docker Hub secrets are missing. The agent job was skipped so the workflow can report this configuration issue without failing in the sandbox pre-flight step.Configure docker-sbx
Add both repository or organization Actions secrets:
DOCKER_USERNAME- Docker Hub username.DOCKER_PAT- Docker Hub personal access token with permission to pulldocker/sandbox-templates:shell-docker.Then rerun the workflow. If this workflow does not need Docker sbx isolation, remove
sandbox.agent.runtime: docker-sbxfrom the workflow source and recompile it.Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow daily-dashboard-language-spec-review failure in https://github.com/githubnext/central-agentic-ops/actions/runs/33123448268Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: