• v6 15df936641

    fix: use token for git auth inside Docker container

    dividbzero released this 2026-05-20 00:18:03 +02:00 | 1 commits to main since this release

    actions/checkout@v5 stores credentials in $RUNNER_TEMP which is not
    mounted into the Docker container. Instead of requiring a pre-fetch
    step in the workflow, we now inject the token into the remote URL
    so git operations work inside the container.

    Workflow no longer needs the 'Fetch base branch' pre-step.

    Downloads