Skip to content

Commit

Permalink
add the api key secret as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Oct 1, 2020
1 parent 34d84ae commit 826ac32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:

- name: Build gossamer3 and push to choco
run: .\choco\deploy.ps1
env:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}

# ----------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 826ac32

Please sign in to comment.