Skip to content

Python version matrix evidence run 2026-04-30 — dispatch failed (no GitHub auth in agent) #73

@Jammy2211

Description

@Jammy2211

Python Version Matrix Evidence Run — 2026-04-30 (DISPATCH FAILED)

Attempted workflow dispatch: https://github.com/PyAutoLabs/PyAutoBuild/actions/workflows/python_matrix.yml
Trigger: scheduled remote agent (one-shot)
Status: FAILED TO DISPATCH

Dispatch Error (verbatim)

HTTP 401: Bad credentials (https://api.github.com/repos/PyAutoLabs/PyAutoBuild/actions/workflows/python_matrix.yml)
Try authenticating with:  gh auth login

Why Dispatch Failed

The agent attempted to dispatch the python_matrix.yml workflow via gh workflow run, but the gh CLI had no GitHub authentication token available in the agent's sandbox environment. The agent operates via Anthropic's MCP infrastructure, which provides:

  • MCP GitHub tools (50 tools): issue creation, PR management, code search, file access — but no workflow dispatch tool
  • Git proxy at 127.0.0.1:43739: authenticated git read/write, but only git smart HTTP protocol (no REST API)
  • No GITHUB_TOKEN or GH_TOKEN environment variable

The workflow was created today (PR #71 merged at 2026-04-30T19:27Z) — there are no prior runs to fall back on.

Workflow Details

The workflow (.github/workflows/python_matrix.yml) tests:

Test Suite Matrix
unit_tests 5 libs × 6 Python versions = 30 cells
smoke_tests 3 workspaces × 6 Python versions = 18 cells

Python versions tested: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14

Expected: 3.12 and 3.13 fully green; 3.9, 3.10, 3.11, 3.14 experimental.

Action Required

Please manually trigger the workflow or provide a GitHub PAT with actions:write scope to the agent environment, then re-run this agent.

Manual dispatch: https://github.com/PyAutoLabs/PyAutoBuild/actions/workflows/python_matrix.yml

https://claude.ai/code/session_01NUSZ3uYUqQDNLkj3mySYA1

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