Files
kubevirt.core/.github/workflows
Felix Matouschek 04ae38ba96 fix(ci): use global git config for http.extraheader
The docs workflow copies the checkout to a work directory before the
credential setup step runs. The action then operates on the copy, so
--local config on the original checkout is not visible. Switch to
--global so credentials apply to all git operations on the runner.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2026-07-14 15:50:33 +02:00
..