We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5266473 commit e2fabfcCopy full SHA for e2fabfc
.github/workflows/publish.yaml
@@ -13,6 +13,6 @@ jobs:
13
- name: Publish
14
shell: pwsh
15
run: |
16
- $apiKey = '${{ secrets.PS_GALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force
+ $apiKey = '${{ secrets.PSGALLERY_API_KEY }}' | ConvertTo-SecureString -AsPlainText -Force
17
$cred = [pscredential]::new('apikey', $apiKey)
18
./build.ps1 -Task Publish -PSGalleryApiKey $cred -Bootstrap
0 commit comments