diff --git a/.github/workflows/nuget-publish.yml b/.github/workflows/nuget-publish.yml index ed21300..8e745c8 100644 --- a/.github/workflows/nuget-publish.yml +++ b/.github/workflows/nuget-publish.yml @@ -39,4 +39,4 @@ jobs: run: > dotnet nuget push ./output/*.nupkg -s https://nuget.pkg.github.com/another-one-employee/index.json - -k ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + -k ${{ secrets.NUGET_AUTH_TOKEN }}