Skip to content

Commit fde5ecb

Browse files
committed
Update the environment variable to PSGALLERY_API_KEY
1 parent fb2f8fd commit fde5ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build and publish
3030
if: steps.check_if_versions_bumped.outputs.version_bumped == 'True'
3131
env:
32-
NUGET_KEY: ${{ secrets.NUGET_KEY }}
32+
PSGALLERY_API_KEY: ${{ secrets.NUGET_KEY }}
3333
shell: pwsh
3434
run: |
3535
./build.ps1 -Task Publish

0 commit comments

Comments
 (0)