Let the escalation step run without a checkout - #23
Merged
Conversation
When the App token mint fails, the failure happens before checkout, and gh refuses every command with no local repo to infer -R from — so the alarm path was broken for exactly the failure class it matters most for: dead credentials turning every run red with no issue ever opened. Explicit -R on all three gh calls. Found by the drill's first real red.
Deploying aixgo with
|
| Latest commit: |
7b04702
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://adb7510e.aixgo.pages.dev |
| Branch Preview URL: | https://fix-escalation-pre-checkout.aixgo.pages.dev |
This was referenced Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The drill's red run (token mint failing while the App installation doesn't yet cover this repo) exposed that the escalation step itself dies pre-checkout:
ghneeds a repo to infer context from, and there isn't one when the failure precedes the checkout step. Explicit-R $GITHUB_REPOSITORYon all three calls fixes the alarm path for the failure class where it matters most. YAML parse verified locally.