Skip to content

Commit d0f2bfd

Browse files
authored
Update ci.yml
1 parent 199ce82 commit d0f2bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Upload NuGet package to Azure DevOps
133133
run: |
134-
dotnet nuget update source gmodnet-packages --store-password-in-clear-text --username CI --password ${{ secrets.DEVOPS_PASSWORD }}
134+
dotnet nuget update source gmodnet-packages --store-password-in-clear-text --username CI --password ${{ secrets.AZURE_DEVOPS_ARTIFACTS_PAT }}
135135
dotnet nuget push nupkgs/**.nupkg --source gmodnet-packages --api-key az --skip-duplicate
136136
137137
- name: Upload NuGet package to NuGet.org

0 commit comments

Comments
 (0)