Skip to content

Commit

Permalink
Try adding github package source (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidapsibr authored Mar 8, 2022
1 parent c31726d commit 3cde9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
- name: Add github packages
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/OWNER/index.json"
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 3cde9e2

Please sign in to comment.