From d1477d88cc48eb4fb4f9b1f8bbb251a48552d932 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 17 May 2024 15:34:14 +0100 Subject: [PATCH] add correct nuget token --- .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 82a3ca4..2de3d2b 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -31,4 +31,4 @@ jobs: run: dotnet pack --no-build --configuration Release Speckle.InterfaceGenerator/Speckle.InterfaceGenerator.csproj --output . - name: Push to nuget.org - run: dotnet nuget push *.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.NUGET_KEY}} --skip-duplicate \ No newline at end of file + run: dotnet nuget push *.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate \ No newline at end of file