Skip to content

Commit d23bb2d

Browse files
committed
Switch NuGet publishing to OIDC trusted publishing via NuGet/login
1 parent cdd3926 commit d23bb2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
permissions:
77
contents: write
8+
id-token: write
89

910
jobs:
1011
release:
@@ -17,4 +18,4 @@ jobs:
1718
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
1819
CREDENTIAL_ID: ${{ secrets.CREDENTIAL_ID }}
1920
ES_TOTP_SECRET: ${{ secrets.ES_TOTP_SECRET }}
20-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
21+
NUGET_USER: ${{ secrets.NUGET_USER }}

0 commit comments

Comments
 (0)