Skip to content

Commit e2fabfc

Browse files
Update publish.yaml
Signed-off-by: Gilbert Sanchez <[email protected]>
1 parent 5266473 commit e2fabfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Publish
1414
shell: pwsh
1515
run: |
16-
$apiKey = '${{ secrets.PS_GALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force
16+
$apiKey = '${{ secrets.PSGALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force
1717
$cred = [pscredential]::new('apikey', $apiKey)
1818
./build.ps1 -Task Publish -PSGalleryApiKey $cred -Bootstrap

0 commit comments

Comments
 (0)