Skip to content

Commit c67fa2e

Browse files
jfversluisCopilot
andauthored
Hardcode NuGet trusted publishing user (#3266)
Use the public nuget.org publisher identifier directly so trusted publishing does not depend on an environment-scoped secret. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent e059e3a commit c67fa2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
id: login
406406
uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1
407407
with:
408-
user: ${{ secrets.NUGET_USER }}
408+
user: jfversluis_MSFT
409409

410410
- name: Push to NuGet.org
411411
run: >

0 commit comments

Comments
 (0)