From c198fc6e5025aef4288e941c3dfe7e6caa1f60df Mon Sep 17 00:00:00 2001 From: matias Date: Mon, 9 Oct 2023 15:59:40 -0300 Subject: [PATCH] ci: nuget use 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 cb664e8..6784526 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 + run: dotnet nuget push ./src/Parsec/bin/Release/*.nupkg --api-key $NUGET_AUTH_TOKEN