Skip to content

Commit 67918e8

Browse files
ANcpLuaclaude
andcommitted
ci: supply required user input to NuGet/login
The NuGet Publish workflow's Authenticate step failed with "Input required and not supplied: user" on the first workflow_dispatch attempt for v3.0.4. NuGet/login@v1 requires the package owner's NuGet.org username for Trusted Publishing OIDC; package metadata shows the owner is ANcpLua. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fde36af commit 67918e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
- name: Authenticate with NuGet
8585
uses: NuGet/login@v1
8686
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
87+
with:
88+
user: ANcpLua
8789

8890
- name: Publish packages to NuGet.org
8991
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)