using secretes
All checks were successful
Develop Build / build (push) Successful in 33s

This commit is contained in:
Roland Fieger
2025-10-27 17:15:36 +01:00
parent fd1a4a730e
commit b35ec0902b

View File

@@ -16,7 +16,7 @@ jobs:
dotnet-version: 8.0.x dotnet-version: 8.0.x
source-url: http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json source-url: http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json
env: env:
NUGET_AUTH_TOKEN: 19e17278fa285b61249ae2cb1e50b489ade90df3 NUGET_AUTH_TOKEN: ${{secrets.READ_NUGET_PAT}}
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: Checkout name: Checkout
@@ -25,7 +25,7 @@ jobs:
- name: Add Nuget Credentials - 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 update source gitea --username sxhundred --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
run: dotnet nuget update source gitea --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 --store-password-in-clear-text --configfile nuget.config run: dotnet nuget update source gitea --username sxhundred --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
- name: Install GitVersion - name: Install GitVersion
@@ -53,4 +53,4 @@ jobs:
path: SimplePackage/bin/Debug/*.*nupkg path: SimplePackage/bin/Debug/*.*nupkg
- name: Publish Develop SimplePackage - name: Publish Develop SimplePackage
run: dotnet nuget push SimplePackage/bin/Debug/*.nupkg --api-key 19e17278fa285b61249ae2cb1e50b489ade90df3 --no-symbols run: dotnet nuget push SimplePackage/bin/Debug/*.nupkg --api-key ${{ secrets.READ_NUGET_PAT }} --no-symbols