diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d90cab8..3947fb4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: # TAG_FORMAT: v* # API key to authenticate with NuGet server - NUGET_KEY: ${{ NUGETTOKEN }} + NUGET_KEY: ${{ secrets.NUGETTOKEN }} # NuGet server uri hosting the packages, defaults to https://api.nuget.org # NUGET_SOURCE: https://api.nuget.org