Skip to content

Commit 6308200

Browse files
committed
renamed key
1 parent 09c0011 commit 6308200

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/psgallery.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
4545
- name: Publish to PSGallery
4646
env:
47-
PS_GALLERY_API_KEY: ${{ secrets.PS_GALLERY_API_KEY }}
47+
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
4848
run: |
49-
if [[ -z "$PS_GALLERY_API_KEY" ]]; then
50-
echo "::error::PS_GALLERY_API_KEY secret is not set at repo or org level"
49+
if [[ -z "$PSGALLERY_API_KEY" ]]; then
50+
echo "::error::PSGALLERY_API_KEY secret is not set at repo or org level"
5151
exit 1
5252
fi
5353
5454
dotnet nuget push "${{ steps.release.outputs.asset_name }}" \
55-
--api-key "$PS_GALLERY_API_KEY" \
55+
--api-key "$PSGALLERY_API_KEY" \
5656
--source https://www.powershellgallery.com/api/v2/package \
5757
--dry-run

0 commit comments

Comments
 (0)