From b0c5fcd90e3cba0043e26615411ed3be590d7f19 Mon Sep 17 00:00:00 2001 From: William Adam-Grenier Date: Mon, 29 Nov 2021 19:53:17 -0500 Subject: [PATCH] Fix Missing Tokens --- .github/workflows/dotnet.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6702b0e..4a6d476 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,6 +22,10 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 5.0.x + source-url: https://nuget.pkg.github.com/wagrenier/index.json + env: + owner: UNC-I + NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Restore dependencies run: dotnet restore PssMuxNet/PssMuxNet.sln