Skip to content

Commit 00cb0b9

Browse files
authored
Update continuous-integration-workflow.yml
1 parent a6e6e8c commit 00cb0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet nuget add source 'https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json' --name 'LearningHubFeed' --username 'kevin.whittaker' --password ${{ secrets.AZUREDEVOPSKEY }} --store-password-in-clear-text
4343

4444
- name: Add github registry
45-
run: dotnet nuget add source --username 'kevin.whittaker' --password ${{ secrets.NUGETAPIKEY }} --store-password-in-clear-text --name githubPackages "https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json"
45+
run: dotnet nuget add source --username 'kevin.whittaker' --password ${{ secrets.NUGETKEY }} --store-password-in-clear-text --name githubPackages "https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json"
4646

4747
- name: Dotnet build
4848
run: dotnet build NHSUKViewComponents.sln --configuration release
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Push generated package to GitHub registry
5454
if: startsWith(github.ref, 'refs/tags/v')
55-
run: dotnet nuget push ./package/*.nupkg --api-key ${{ secrets.NUGETAPIKEY }} --source "githubPackages" --skip-duplicate
55+
run: dotnet nuget push ./package/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source "githubPackages" --skip-duplicate
5656

5757
- name: Push generated package to Azure Feed
5858
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)