Skip to content

Commit 08d4dbc

Browse files
committed
Use GmodNET org Azure PAT
1 parent f5dec89 commit 08d4dbc

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
@@ -353,7 +353,7 @@ jobs:
353353

354354
- name: Upload API nuget package
355355
run: |
356-
dotnet nuget update source gmodnet-packages --username CI --password ${{ secrets.DEVOPS_PASSWORD }} --store-password-in-clear-text
356+
dotnet nuget update source gmodnet-packages --username CI --password ${{ secrets.AZURE_DEVOPS_ARTIFACTS_PAT }} --store-password-in-clear-text
357357
dotnet nuget push nuget-publish/**.nupkg --source gmodnet-packages --api-key az --skip-duplicate
358358
359359
- name: Restore local dotnet tools

0 commit comments

Comments
 (0)