From c6bc2f2ee435928fd1c42c9c0b8da85f6e441f56 Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:12:53 +0000 Subject: [PATCH] Use vars.NUGET_USER in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66aaadb..896510c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: uses: NuGet/login@v1 id: login with: - user: phnx47 + user: ${{ vars.NUGET_USER }} - name: Push to nuget.org run: | dotnet nuget push "*.nupkg" \