clear text pwd
Some checks failed
Develop Build / build (push) Failing after 32s

This commit is contained in:
Roland Fieger
2025-10-27 16:36:34 +01:00
parent 1970770f13
commit 4eb51e11e4

View File

@@ -25,7 +25,7 @@ jobs:
- name: Add Nuget Credentials
# run: dotnet nuget update source gitea --username sxhundred --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
run: dotnet nuget add source --name sxhundred --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json
run: dotnet nuget add source --name sxhundred --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 --store-password-in-clear-text http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json
- name: Install GitVersion