Skip to content

Commit

Permalink
nuget token for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski committed Feb 10, 2024
1 parent bdb5015 commit 89b9732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
rid: osx-x64
- os: macos-14
rid: osx-arm64
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

steps:
- name: 'Print manual run reason'
Expand All @@ -48,8 +50,6 @@ jobs:
6.0.x
8.0.x
source-url: https://nuget.pkg.github.com/vilinski/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Display dotnet version
run: |
Expand Down

0 comments on commit 89b9732

Please sign in to comment.