Skip to content

Use recovery credentials for the automatic rollback push - #209

Merged
github-actions[bot] merged 1 commit into
mainfrom
ship/recovery-auth-0915
Sep 15, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
ship/recovery-auth-0915

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

The automatic rollback after PR205 pushed its revert successfully, but no required push-event CI appeared. The recovery command supplied its dedicated token in the Git URL while actions/checkout had already installed a GITHUB_TOKEN Authorization header. Git uses that inherited header, so the push succeeds under the wrong identity and GitHub suppresses downstream push events.

Clear that header for the recovery push only, allowing the existing recovery token to authenticate the command. Normal checkout authentication, credential scopes, required checks, merge protection and recovery decisions remain unchanged.

Validation: a real local Git HTTP push using invented credentials reproduces the original behavior, then executes the workflow's corrected push command and verifies the recovery identity, created branch and preserved checkout configuration. The regression fails on the original command. All 20 focused release/recovery tests pass. No real credentials were inspected or rotated, and no production rollback was induced; the token's live validity and complete rollback path remain unverified until exercised.

@github-actions
github-actions Bot merged commit fd8cb87 into main Sep 15, 2026
28 checks passed
@github-actions
github-actions Bot deleted the ship/recovery-auth-0915 branch September 15, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant