mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 08:54:43 +00:00
The credential helper approach fails because GITHUB_TOKEN env var is not available when git push runs inside collection-docs-action. Switch to http.extraheader which embeds the auth as a static git config value, matching the approach checkout v4 used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>