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
A default-branch repository_dispatch Strix retry for ContextualWisdomLab/codec-carver#250 now installs Strix successfully after #570, but the scan exits before execution:
The workflow validates and fetches the external PR with steps.target_app_token.outputs.token, but the Run Strix (quick) environment sets GH_TOKEN to github.token. On a dispatch in ContextualWisdomLab/.github, that token cannot scope ContextualWisdomLab/codec-carver#250. The follow-up commit-status publication also receives HTTP 403 (Resource not accessible by integration).
Required change
Use the exchanged target-app token (with safe fallbacks) for PR-scoping reads during cross-repository repository_dispatch.
Preserve the same-repository required-workflow behavior.
Cover the dispatch token selection and status-publication contract with tests.
Problem
A default-branch
repository_dispatchStrix retry forContextualWisdomLab/codec-carver#250now installs Strix successfully after #570, but the scan exits before execution:Evidence: https://github.com/ContextualWisdomLab/.github/actions/runs/29517123708
The workflow validates and fetches the external PR with
steps.target_app_token.outputs.token, but theRun Strix (quick)environment setsGH_TOKENtogithub.token. On a dispatch inContextualWisdomLab/.github, that token cannot scopeContextualWisdomLab/codec-carver#250. The follow-up commit-status publication also receives HTTP 403 (Resource not accessible by integration).Required change
repository_dispatch.Completion evidence
requires PR scoping.