From 70efc05aece6a54137e4057f6d0abfdb2abd1ce1 Mon Sep 17 00:00:00 2001 From: Paul Trampert Date: Sat, 17 Jan 2026 21:58:41 -0500 Subject: [PATCH] (PATCH) Fix nuget.org secret name --- .github/workflows/dotnet-library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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