This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
dotnet-version: 8.0.x
|
||||
source-url: http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: 19e17278fa285b61249ae2cb1e50b489ade90df3
|
||||
NUGET_AUTH_TOKEN: ${{secrets.READ_NUGET_PAT}}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
@@ -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 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
|
||||
@@ -53,4 +53,4 @@ jobs:
|
||||
path: SimplePackage/bin/Debug/*.*nupkg
|
||||
|
||||
- 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
|
||||
Reference in New Issue
Block a user