Skip to content

Commit ed2ad7f

Browse files
committed
fix trusted publishing
1 parent 8889f8a commit ed2ad7f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/push-master.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ jobs:
3939
uses: NuGet/login@v1
4040
id: nuget-login
4141
with:
42-
user: dsyme
42+
organization: fsprojects
4343
- name: Publish NuGets (if this version not published before)
4444
run: dotnet nuget push bin\FSharp.Data.*.nupkg -s https://www.nuget.org/api/v2/package -k ${{ steps.nuget-login.outputs.NUGET_API_KEY }} --skip-duplicate
4545

46-
# Trusted publishing uses NuGet OIDC (no long-lived secret required).
47-
# Before this works, dsyme must configure a Trusted Publisher on nuget.org:
48-
# nuget.org → Account settings → Trusted publishers → Add GitHub Actions publisher
49-
# Set: Owner = fsprojects, Repository = FSharp.Data, Workflow = push-master.yml
46+
# Trusted publishing uses NuGet OIDC
5047
# See: https://learn.microsoft.com/nuget/nuget-org/publish-a-package#trusted-publishing

0 commit comments

Comments
 (0)