File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 pack :
1212 runs-on : ubuntu-latest
13+ permissions :
14+ id-token : write
15+ contents : read
1316
1417 steps :
1518 - uses : actions/checkout@v4
1922 with :
2023 dotnet-version : 9.0.x
2124
25+ - name : NuGet login
26+ uses : NuGet/login@v1
27+ id : login
28+ with :
29+ user : ${{ secrets.NUGET_USER }}
30+
2231 - name : Publish to Nuget
2332 env :
24- NUGET_API_KEY : ${{secrets .NUGET_API_KEY}}
33+ NUGET_API_KEY : ${{steps.login.outputs .NUGET_API_KEY}}
2534 Bundle : True
2635
2736 run : |
Original file line number Diff line number Diff line change 11<Solution >
2+ <Folder Name =" /actions/" >
3+ <File Path =" .github/workflows/auto-pull-request-checks.yml" />
4+ <File Path =" .github/workflows/build.yml" />
5+ <File Path =" .github/workflows/docker.yml" />
6+ <File Path =" .github/workflows/pack.yml" />
7+ <File Path =" .github/workflows/publish.yml" />
8+ </Folder >
29 <Folder Name =" /configuration/" >
310 <File Path =" .editorconfig" />
411 <File Path =" .gitignore" />
You can’t perform that action at this time.
0 commit comments