diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 57fe526..904dd4a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,6 +13,6 @@ jobs: - name: Publish shell: pwsh run: | - $apiKey = '${{ secrets.PS_GALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force + $apiKey = '${{ secrets.PSGALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force $cred = [pscredential]::new('apikey', $apiKey) ./build.ps1 -Task Publish -PSGalleryApiKey $cred -Bootstrap