Skip to content

Commit

Permalink
Update publish.yaml (#70)
Browse files Browse the repository at this point in the history
This updates the publish action to use the new organization secret.

Signed-off-by: Gilbert Sanchez <[email protected]>
  • Loading branch information
HeyItsGilbert authored Oct 18, 2024
1 parent 5266473 commit 5554b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5554b43

Please sign in to comment.