1 parent 8123a50 commit e2b3126Copy full SHA for e2b3126
1 file changed
.github/workflows/dotnetcore.yml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- master
8
pull_request:
9
+permissions:
10
+ id-token: write
11
+ contents: read
12
13
jobs:
14
build:
@@ -66,7 +69,7 @@ jobs:
66
69
67
70
# https://learn.microsoft.com/fr-fr/nuget/nuget-org/trusted-publishing
68
71
- name: NuGet login (OIDC → temp API key)
- uses: NuGet/login@v1
72
+ uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 #v1.2.0
73
id: login
74
with:
75
user: ${{ secrets.NUGET_USER }}
0 commit comments