diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6248111..9db403e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -84,4 +84,4 @@ jobs: with: dotnet-version: 6.0.x - name: Push Package to Nuget - run: dotnet nuget push --api-key ${{secrets.NUGET_KEY}} --source "https://api.nuget.org/v3/index.json" *.nupkg \ No newline at end of file + run: dotnet nuget push --api-key ${{secrets.NUGET_TOKEN}} --source "https://api.nuget.org/v3/index.json" *.nupkg \ No newline at end of file