From 89b9732b53e65adc5ed069a57451e59f75f02a37 Mon Sep 17 00:00:00 2001 From: Andreas Vilinski Date: Sat, 10 Feb 2024 19:38:32 +0100 Subject: [PATCH] nuget token for all jobs --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 93658ff..ddefa4a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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' @@ -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: |