Commit 976e31d
fix: set correct OIDC audience for NuGet Trusted Publishing
The default ACTIONS_ID_TOKEN_REQUEST_URL has a built-in audience
(sts.windows.net). Replace it with audience=nuget so the JWT token
is accepted by NuGet.org's Trusted Publishing.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7c152d8 commit 976e31d
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
0 commit comments