Skip to content

Commit

Permalink
Fix Missing Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
wagrenier authored Nov 30, 2021
1 parent 7194ebc commit b0c5fcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0c5fcd

Please sign in to comment.