Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
Add nuget package source
  • Loading branch information
AsiaWi authored Aug 16, 2024
1 parent cc7508b commit 01842f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
echo "Version to use: $version"
echo "VERSION=$version" >> $GITHUB_ENV
- 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

Expand Down

0 comments on commit 01842f3

Please sign in to comment.