mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 08:54:43 +00:00
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>