From 9ad6526c596c5c8a98a32a610ee89232caa31948 Mon Sep 17 00:00:00 2001 From: andrew-polk Date: Tue, 22 Aug 2023 14:19:13 -0700 Subject: [PATCH] Use org secret for nuget.org deployment --- .github/workflows/Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 14ed4b8..8c6b1d1 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -30,5 +30,5 @@ jobs: - name: Push to Nuget run: | - dotnet nuget push SIL.DesktopAnalytics.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} --skip-duplicate - dotnet nuget push SIL.DesktopAnalytics.*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} --skip-duplicate \ No newline at end of file + dotnet nuget push SIL.DesktopAnalytics.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.SILLSDEV_PUBLISH_NUGET_ORG}} --skip-duplicate + dotnet nuget push SIL.DesktopAnalytics.*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.SILLSDEV_PUBLISH_NUGET_ORG}} --skip-duplicate