Skip to content

Commit 57921ab

Browse files
Remove unused NUGETORG_API_KEY from PSGallery publish step
1 parent d91658d commit 57921ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/powershell-script-module-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
shell: pwsh
100100
env:
101101
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
102-
NUGETORG_API_KEY: ${{ secrets.NUGETORG_API_KEY }}
103102
run: |
104103
Set-StrictMode -Version Latest
105104
[void] (Import-Module InvokeBuild)

0 commit comments

Comments
 (0)