5 references to GitHubAuthToken
Microsoft.DotNet.VersionTools.Tasks (5)
BaseDependenciesTask.cs (2)
68if (!string.IsNullOrEmpty(GitHubAuthToken)) 70auth = new GitHubAuth(GitHubAuthToken, GitHubUser);
UpdateToRemoteDependencies.cs (3)
28if (string.IsNullOrEmpty(GitHubAuthToken)) 32$"No value for '{nameof(GitHubAuthToken)}'. " + 37auth = new GitHubAuth(GitHubAuthToken, GitHubUser);