Skip to content

Commit

Permalink
Workflow Change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayer913 committed Jun 23, 2024
1 parent 15fc41b commit 83cba5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mainworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
runs-on: windows-latest

steps:
- name: Add Nuget Sources
- name: Add GitHub Nuget Source
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/jmayer913/index.json"
- name: Add Nuget Source
run: dotnet nuget add source --username USERNAME --password ${{ secrets.NUGET_TOKEN }} --store-password-in-clear-text --name nugetsrc "https://api.nuget.org/v3/index.json"
continue-on-error: true
- name: Checkout
Expand Down

0 comments on commit 83cba5a

Please sign in to comment.