From 94dcd861e2693a3140d0c9c65f8e1a89497e01a5 Mon Sep 17 00:00:00 2001 From: matias Date: Mon, 9 Oct 2023 16:04:30 -0300 Subject: [PATCH] ci: nuget fix api key --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 6784526..ead874f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -26,4 +26,4 @@ jobs: run: dotnet pack ./src/Parsec --configuration Release - name: Publish NuGet package - run: dotnet nuget push ./src/Parsec/bin/Release/*.nupkg --api-key $NUGET_AUTH_TOKEN + run: dotnet nuget push ./src/Parsec/bin/Release/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }}