Skip to content

Commit 89b9732

Browse files
committed
nuget token for all jobs
1 parent bdb5015 commit 89b9732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
rid: osx-x64
3333
- os: macos-14
3434
rid: osx-arm64
35+
env:
36+
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3537

3638
steps:
3739
- name: 'Print manual run reason'
@@ -48,8 +50,6 @@ jobs:
4850
6.0.x
4951
8.0.x
5052
source-url: https://nuget.pkg.github.com/vilinski/index.json
51-
env:
52-
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5353

5454
- name: Display dotnet version
5555
run: |

0 commit comments

Comments
 (0)