Skip to content

Commit

Permalink
fixed token
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Jan 24, 2023
1 parent e65362b commit 8613dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public override void Run(BuildContext context)
context.DotNetNuGetPush(nugetFile.FullName,
new Cake.Common.Tools.DotNet.NuGet.Push.DotNetNuGetPushSettings()
{
ApiKey = Environment.GetEnvironmentVariable("gh-packages-ix-ax"),
ApiKey = Environment.GetEnvironmentVariable("GH_TOKEN"),
Source = "https://nuget.pkg.github.com/ix-ax/index.json",
SkipDuplicate = true
});
Expand Down

0 comments on commit 8613dd6

Please sign in to comment.