Skip to content

Commit f3f8114

Browse files
tablackburnclaude
andauthored
ci: rename PS_GALLERY_KEY secret reference to PSGALLERY_API_KEY (#14)
The env var fed to build.ps1 is already named PSGALLERY_API_KEY; this brings the GitHub Actions secret name into the same convention. The new PSGALLERY_API_KEY secret has been pre-populated with the same value as PS_GALLERY_KEY so the next publish will succeed without intervention. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9fc0f1e commit f3f8114

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
@@ -78,5 +78,5 @@ jobs:
7878
if: steps.check_release.outputs.exists == 'false' && steps.check_psgallery.outputs.exists == 'false'
7979
shell: pwsh
8080
env:
81-
PSGALLERY_API_KEY: ${{ secrets.PS_GALLERY_KEY }}
81+
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
8282
run: ./build.ps1 -Task Publish -Bootstrap

0 commit comments

Comments
 (0)