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 3615e14 commit c085164Copy full SHA for c085164
cake/Program.cs
@@ -951,7 +951,7 @@ public override void Run(BuildContext context)
951
if (Helpers.CanReleaseInternal())
952
{
953
var githubToken = context.Environment.GetEnvironmentVariable("GH_TOKEN");
954
- var githubClient = new GitHubClient(new ProductHeaderValue("INXTON"));
+ var githubClient = new GitHubClient(new ProductHeaderValue("AXOPEN"));
955
githubClient.Credentials = new Credentials(githubToken);
956
957
var release = githubClient.Repository.Release.Create(
0 commit comments