Skip to content

Commit 2f3bd52

Browse files
committed
new nuget token
1 parent c5c4733 commit 2f3bd52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test-docs-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Pack
8585
run: dotnet pack --configuration Release --verbosity normal
8686
- name: Publish NuGets
87-
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2020 }} --skip-duplicate
87+
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2022 }} --skip-duplicate
8888

8989
# Done in a separate job because it downloads the massive Windows CUDA packages (though only for reference
9090
# during the package build, it doesn't actually use them)
@@ -104,7 +104,7 @@ jobs:
104104
- name: Pack (DiffSharp-cuda-windows)
105105
run: dotnet pack --configuration Release --verbosity normal bundles/DiffSharp-cuda-windows
106106
- name: Publish NuGets
107-
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2020 }} --skip-duplicate
107+
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2022 }} --skip-duplicate
108108

109109
# Done in a separate job because it downloads the massive Linux CUDA packages (though only for reference
110110
# during the package build, it doesn't actually use them)
@@ -126,7 +126,7 @@ jobs:
126126
- name: Pack (DiffSharp-cuda-linux)
127127
run: dotnet pack --configuration Release --verbosity normal bundles/DiffSharp-cuda-linux
128128
- name: Publish NuGets
129-
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2020 }} --skip-duplicate
129+
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2022 }} --skip-duplicate
130130

131131
# Done in a separate job because it downloads the massive Linux CUDA packages (though only for reference
132132
# during the package build, it doesn't actually use them)
@@ -148,4 +148,4 @@ jobs:
148148
- name: Pack (DiffSharp-cuda)
149149
run: dotnet pack --configuration Release --verbosity normal bundles/DiffSharp-cuda
150150
- name: Publish NuGets
151-
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2020 }} --skip-duplicate
151+
run: dotnet nuget push "bin/packages/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2022 }} --skip-duplicate

0 commit comments

Comments
 (0)