Skip to content

Commit fcbb418

Browse files
committed
((GitToolsGH-495) Revert change that I did not intend to commit
1 parent 55cdb4f commit fcbb418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitReleaseManager.IntegrationTests/ReleaseNotesBuilderIntegrationTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void Configure()
3939
_logger = new LoggerConfiguration().WriteTo.Console().CreateLogger();
4040
Log.Logger = _logger;
4141

42-
_token = Environment.GetEnvironmentVariable("GITHUB_TOKEN");
42+
_token = Environment.GetEnvironmentVariable("GITTOOLS_GITHUB_TOKEN");
4343
if (string.IsNullOrWhiteSpace(_token))
4444
{
4545
Assert.Inconclusive("Unable to locate credentials for accessing GitHub API");

0 commit comments

Comments
 (0)