Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Switch raw Git auth more than once in the same job:
- Creates temp askpass and Git config files under `RUNNER_TEMP`.
- Clears stale checkout-local GitHub `credential.helper`,
`http.*.extraheader`, and `url.*.insteadOf` entries for the configured host.
- Clears checkout v6 local `includeIf.gitdir:*` entries that point to
`RUNNER_TEMP` `git-credentials-*.config` files, including worktree patterns.
- Sanitizes local `remote.origin.url` when it targets the configured GitHub host
with embedded username/password credentials.
- Adds non-tokenized SSH-to-HTTPS rewrites for the configured host.
- Never writes tokenized URLs or mutates user/global/system Git config.

Expand Down
Loading
Loading