We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3435a5a commit add0655Copy full SHA for add0655
1 file changed
.github/workflows/publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build and publish
30
if: steps.check_if_versions_bumped.outputs.version_bumped == 'True'
31
env:
32
- PSGALLERY_API_KEY: ${{ secrets.NUGET_KEY }}
+ PSGALLERY_API_KEY: ${{ secrets.GALLERY_KEY }}
33
shell: pwsh
34
run: |
35
./build.ps1 -Task Publish
0 commit comments