Skip to content

Commit

Permalink
aps
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Jan 28, 2025
1 parent 9f2238d commit fe2372f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ public override void Run(BuildContext context)

if (Helpers.CanReleaseInternal())
{
context.Log.Warning($"Creating release publication.");

var githubToken = context.Environment.GetEnvironmentVariable("GH_TOKEN");
var githubClient = new GitHubClient(new ProductHeaderValue("AXSHARP"));
githubClient.Credentials = new Credentials(githubToken);
Expand Down

0 comments on commit fe2372f

Please sign in to comment.