From 78fe35f6cc17a66c89f2349d8acc2e737df69261 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Wed, 22 Jul 2026 11:27:54 -0500 Subject: [PATCH] Use IMS PSGallery secret for production publishing --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7bccede..2f51082 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -26,5 +26,5 @@ jobs: Get-PSResourceRepository Publish-PSResource -Path ./psedit -ApiKey $Env:APIKEY -Repository PSGallery env: - APIKEY: ${{ secrets.APIKEY }} + APIKEY: ${{ secrets.IMS_PSGALLERY }} shell: pwsh