Skip to content

Commit 50379b6

Browse files
authored
release.yml: fix secret
1 parent f5595ce commit 50379b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
secrets: ["PSGALLERY_API_KEY"]
109

1110
steps:
1211
- uses: actions/checkout@v1
1312
- name: Publish
1413
run: |
15-
pwsh -Command "Publish-Module -Path ./PowerArubaCP -NuGetApiKey $Env:PSGALLERY_API_KEY"
14+
pwsh -Command "Publish-Module -Path ./PowerArubaCP -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }}"

0 commit comments

Comments
 (0)