We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4846 commit f6ed7b7Copy full SHA for f6ed7b7
.github/workflows/wfnetcorev2.yaml
@@ -86,7 +86,7 @@ jobs:
86
dotnet-version: 7.x
87
# source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
88
- name: Add Github feed
89
- run: dotnet nuget add source --username ${{GITHUB_USER}} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
+ run: dotnet nuget add source --username GITHUB_USER --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
90
- name: List sources
91
run: dotnet nuget list source
92
0 commit comments