mirror of
https://github.com/actions/checkout.git
synced 2025-07-07 20:22:54 +00:00
Use git-credential-store instead of .extraheader
This commit is contained in:
parent
b80ff79f17
commit
6606fcd2c4
7 changed files with 133 additions and 96 deletions
|
@ -104,6 +104,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
persistCredentials: boolean
|
||||
|
||||
/**
|
||||
* Use following command/script as value for "credential.<URL>.helper"
|
||||
*/
|
||||
customCredentialHelper: string | undefined
|
||||
|
||||
/**
|
||||
* Organization ID for the currently running workflow (used for auth settings)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue