Skip to content

Commit

Permalink
added correct api key
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 16, 2021
1 parent 21ae018 commit fade1b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-choco.yml
Expand Up @@ -36,14 +36,14 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: pack chocolatey\altair-graphql.nuspec
# - run: dir C:\ProgramData\chocolatey\lib\altair-graphql
# - run: dir C:\ProgramData\chocolatey\lib\altair-graphql\tools
# - run: dir C:\ProgramData\chocolatey\lib\altair-graphql\bins
- name: chocolatey ...
- name: chocolatey install (test packing)
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: install altair-graphql.4.0.11.nupkg
- name: Add mask
run: |
echo "::add-mask::${{ secrets.CHOCOLATEY_API_KEY }}"
- name: chocolatey push
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: push altair-graphql.4.0.11.nupkg -s https://push.chocolatey.org/ -k="'123-123123-123'"
args: push altair-graphql.4.0.11.nupkg -s https://push.chocolatey.org/ -k="'${{ secrets.CHOCOLATEY_API_KEY }}'"

0 comments on commit fade1b1

Please sign in to comment.