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