From af2b719d8afc03a8d60cac541ccd73b2f198c31b Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 13:45:59 -0500 Subject: [SKIP CI] ci: Add nuget token explicitly Signed-off-by: Matt Strapp --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e706147..106d92c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -79,4 +79,4 @@ jobs: run: dotnet build --configuration Release --no-restore -p:SymbolPackageFormat=snupkg - name: Publish the package run: | - dotnet nuget push src/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json + dotnet nuget push src/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} -- cgit v1.2.3