We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12b453 commit 6a97712Copy full SHA for 6a97712
src/GitReleaseManager.IntegrationTests/ReleaseNotesBuilderIntegrationTests.cs
@@ -39,7 +39,7 @@ public void Configure()
39
_logger = new LoggerConfiguration().WriteTo.Console().CreateLogger();
40
Log.Logger = _logger;
41
42
- _token = Environment.GetEnvironmentVariable("GITHUB_TOKEN");
+ _token = Environment.GetEnvironmentVariable("GITTOOLS_GITHUB_TOKEN");
43
if (string.IsNullOrWhiteSpace(_token))
44
{
45
Assert.Inconclusive("Unable to locate credentials for accessing GitHub API");
0 commit comments