1 write to _auth
Microsoft.DotNet.VersionTools (1)
Automation\PullRequestCreator.cs (1)
33_auth = auth;
4 references to _auth
Microsoft.DotNet.VersionTools (4)
Automation\PullRequestCreator.cs (4)
45using (var client = new GitHubClient(_auth)) 256GitCommand.Commit(commitMessage, GitAuthorName, _auth.Email, all: true); 262$"https://{_auth.User}:{_auth.AuthToken}@{remoteUrl}",