Skip to content

Commit

Permalink
Revert "(build) use a different env var name for GITHUB_TOKEN to avoi…
Browse files Browse the repository at this point in the history
…d collision"

This reverts commit 7aed1f8.
  • Loading branch information
arturcic committed Mar 24, 2021
1 parent 3c5eaff commit 62991e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils/credentials.cake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class GitHubCredentials
{
return new GitHubCredentials(
context.EnvironmentVariable("GITHUB_USERNAME"),
context.EnvironmentVariable("RELEASE_GITHUB_TOKEN"));
context.EnvironmentVariable("GITHUB_TOKEN"));
}
}

Expand Down

0 comments on commit 62991e6

Please sign in to comment.