Skip to content

Commit f6ed7b7

Browse files
authored
Update wfnetcorev2.yaml
1 parent 4bf4846 commit f6ed7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
dotnet-version: 7.x
8787
# source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
8888
- 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"
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"
9090
- name: List sources
9191
run: dotnet nuget list source
9292
- name: List sources

0 commit comments

Comments
 (0)