From 8613dd6aab0aa146c9c718391d50cac51b7caa48 Mon Sep 17 00:00:00 2001 From: Peter <61538034+PTKu@users.noreply.github.com> Date: Tue, 24 Jan 2023 19:03:40 +0100 Subject: [PATCH] fixed token --- cake/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/Program.cs b/cake/Program.cs index 9c9539e8..63810991 100644 --- a/cake/Program.cs +++ b/cake/Program.cs @@ -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 });