From 0155056dedfa7e87e9e473bfe6fab3a95d96f306 Mon Sep 17 00:00:00 2001 From: Geoffrey Wein Date: Wed, 11 Oct 2023 10:13:21 -0600 Subject: [PATCH] remove nuget key --- .github/workflows/release-workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 2755f9329..08ce51c6e 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -152,8 +152,6 @@ jobs: $NupkgPath = (Get-ChildItem -Path:("./*.nupkg")).FullName dotnet nuget push $NupkgPath --source PSGallery --api-key $env:NuGetApiKey - name: Publishing to CodeArtifact repo - env: - NuGetApiKey: ${{ secrets.NuGetApiKey }} run: | $NupkgPath = (Get-ChildItem -Path:("./*.nupkg")).FullName dotnet nuget push $NupkgPath --source CodeArtifact