Skip to content

Commit

Permalink
add package source to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Aug 8, 2024
1 parent 21cc2ba commit d2b58d2
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 @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Add nuget package source
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/DFE-Digital/index.json"
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit d2b58d2

Please sign in to comment.