From 913959b378400ac520582d96d79720182a258cec Mon Sep 17 00:00:00 2001 From: Elias Holzer Date: Fri, 22 Mar 2024 13:52:11 +0100 Subject: [PATCH] Use vvvv.org key --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 226b8dd..51c07af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: uses: nuget/setup-nuget@v1 - name: Publish VL Nuget - uses: vvvv/PublishVLNuget@1.0.41 + uses: vvvv/PublishVLNuget@1.0.42 with: csproj: src\VL.IO.NDI.csproj nuspec: deployment\VL.IO.NDI.nuspec icon-src: https://raw.githubusercontent.com/mhusinsky/VL.IO.NDI/master/deployment/nugeticon.png icon-dst: ./deployment/nugeticon.png - nuget-key: ${{ secrets.NUGET_KEY }} + nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}