Skip to content

Commit

Permalink
Authenticate github source
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Nov 8, 2022
1 parent 7811827 commit b457cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Nuget-packages-${{ steps.gitversion.outputs.nuGetVersionV2 }}
path: nuget-packages
- name: Configure Github Nuget Feed
run: dotnet nuget add source --name github https://nuget.pkg.github.com/aviationexam/index.json
run: dotnet nuget add source --name github --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text https://nuget.pkg.github.com/aviationexam/index.json
- name: Push package to Github Packages
run: dotnet nuget push 'nuget-packages/*.nupkg' --api-key ${{ secrets.GITHUB_TOKEN }} --source github
- name: Push package to Nuget
Expand Down

0 comments on commit b457cce

Please sign in to comment.