Skip to content

fix: put docs token in password slot so git push authenticates#758

Merged
osc135 merged 1 commit into
mainfrom
oa/fix-docs-push-url-format
Jun 29, 2026
Merged

fix: put docs token in password slot so git push authenticates#758
osc135 merged 1 commit into
mainfrom
oa/fix-docs-push-url-format

Conversation

@osc135

@osc135 osc135 commented Jun 29, 2026

Copy link
Copy Markdown
Member

The docs job on release fails at git push with exit 128 (could not read Password). The clone URL puts the token in the username slot with no password, so the push can't authenticate non-interactively. Cloning still works because replicated-docs is public.

Fix: use x-access-token:${GITHUB_TOKEN} so the token lands in the password slot. No token rotation needed.

The clone URL placed the token in the username slot with no password, so
git push prompted for a password and failed on CI (exit 128). Use
x-access-token: so the token lands in the password slot.
@osc135 osc135 merged commit f7eb91a into main Jun 29, 2026
7 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.

2 participants