diff --git a/.github/workflows/mainworkflow.yml b/.github/workflows/mainworkflow.yml index 4e7e187..ac9c0bd 100644 --- a/.github/workflows/mainworkflow.yml +++ b/.github/workflows/mainworkflow.yml @@ -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