Fixed secret reference
This commit is contained in:
parent
7d61f76b94
commit
30d2ccba76
@ -17,7 +17,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dotnet nuget add source --name devdisciples \
|
dotnet nuget add source --name devdisciples \
|
||||||
--username ${{ secrets.NUGET_USER }} \
|
--username ${{ secrets.NUGET_USER }} \
|
||||||
--password ${{ NUGET_PASS }} \
|
--password ${{ secrets.NUGET_PASS }} \
|
||||||
--store-password-in-clear-text \
|
--store-password-in-clear-text \
|
||||||
https://git.devdisciples.com/api/packages/devdisciples/nuget/index.json
|
https://git.devdisciples.com/api/packages/devdisciples/nuget/index.json
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user