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 83ec1e8 commit 7aed1f8Copy full SHA for 7aed1f8
build/utils/credentials.cake
@@ -36,7 +36,7 @@ public class GitHubCredentials
36
{
37
return new GitHubCredentials(
38
context.EnvironmentVariable("GITHUB_USERNAME"),
39
- context.EnvironmentVariable("GITHUB_TOKEN"));
+ context.EnvironmentVariable("RELEASE_GITHUB_TOKEN"));
40
}
41
42
0 commit comments