diff --git a/.github/workflows/dotnet-library.yml b/.github/workflows/dotnet-library.yml index dba9027..e70c939 100644 --- a/.github/workflows/dotnet-library.yml +++ b/.github/workflows/dotnet-library.yml @@ -15,4 +15,4 @@ jobs: with: project_name: PTrampert.QueryObjects secrets: - nuget_api_key: ${{ secrets.NUGET_API_KEY }} \ No newline at end of file + nuget_api_key: ${{ secrets.NUGET_ORG_SECRET }} \ No newline at end of file