Skip to content

Commit edcb79b

Browse files
tablackburnclaude
andcommitted
ci: rename PS_GALLERY_KEY secret reference to PSGALLERY_API_KEY
The env var fed to build.ps1 is already named PSGALLERY_API_KEY; this brings the GitHub Actions secret name into the same convention so future modules created from this template don't inherit the older PS_GALLERY_KEY name. Template doesn't publish, so no actual secret needs to exist. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f0bdb02 commit edcb79b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishModuleToPowerShellGallery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
if: steps.check_release.outputs.exists == 'false' && steps.check_psgallery.outputs.exists == 'false'
9898
shell: pwsh
9999
env:
100-
PSGALLERY_API_KEY: ${{ secrets.PS_GALLERY_KEY }}
100+
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
101101
run: ./build.ps1 -Task Publish -Bootstrap

0 commit comments

Comments
 (0)