Skip to content

Commit 1489525

Browse files
tablackburnclaude
andauthored
ci: rename PS_GALLERY_KEY secret reference to PSGALLERY_API_KEY (#51)
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 f90e86f commit 1489525

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

0 commit comments

Comments
 (0)