Skip to content

fix: use remote URL token embedding for git push auth#74

Merged
theoephraim merged 2 commits into
mainfrom
fix/git-push-auth
May 13, 2026
Merged

fix: use remote URL token embedding for git push auth#74
theoephraim merged 2 commits into
mainfrom
fix/git-push-auth

Conversation

@theoephraim
Copy link
Copy Markdown
Member

Summary

  • The extraheader-only approach introduced in 7e92e5b doesn't work with actions/checkout@v6 which no longer persists credentials by default
  • Switches withGitToken to embed the token in the remote URL (https://x-access-token:TOKEN@...) instead, matching the approach that was previously working in pushWithToken

Test plan

  • All 218 existing tests pass
  • Merge and verify the release workflow succeeds (version PR push)

The extraheader-only approach introduced in 7e92e5b doesn't work with
actions/checkout@v6 which no longer persists credentials by default.
Switch withGitToken to embed the token in the remote URL instead,
matching the approach that was previously working in pushWithToken.
@github-actions
Copy link
Copy Markdown

bumpy-frog

The changes in this PR will be included in the next version bump.

patch Patch releases

  • @varlock/bumpy 1.8.0 → 1.8.1

Bump files in this PR

Click here if you want to add another bump file to this PR


This comment is maintained by bumpy.

@theoephraim theoephraim merged commit 6b236d6 into main May 13, 2026
2 checks passed
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