1 write to GitHubAuth
Microsoft.DotNet.VersionTools.Tasks (1)
src\LocalUpdatePublishedVersions.cs (1)
53updater.GitHubAuth = new GitHubAuth(GitHubAuthToken, GitHubUser);
1 reference to GitHubAuth
Microsoft.DotNet.VersionTools (1)
src\Automation\LocalVersionsRepoUpdater.cs (1)
57using (var client = new GitHubClient(GitHubAuth))