Skip to content

Commit 840291a

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Removed github package source from the workflow
1 parent d208711 commit 840291a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/dotnet-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
- name: Install dotnet reportgenerator
4343
run: dotnet tool install --global dotnet-reportgenerator-globaltool
4444

45-
- name: Add nuget package source
46-
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"
47-
4845
- name: Restore dependencies
4946
run: dotnet restore DfE.ExternalApplications.Web.sln
5047

0 commit comments

Comments
 (0)