Skip to content

Commit

Permalink
release.yml: fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte authored Oct 13, 2019
1 parent f5595ce commit 50379b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ jobs:
build:

runs-on: ubuntu-latest
secrets: ["PSGALLERY_API_KEY"]

steps:
- uses: actions/checkout@v1
- name: Publish
run: |
pwsh -Command "Publish-Module -Path ./PowerArubaCP -NuGetApiKey $Env:PSGALLERY_API_KEY"
pwsh -Command "Publish-Module -Path ./PowerArubaCP -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }}"

0 comments on commit 50379b6

Please sign in to comment.