Skip to content

Commit

Permalink
Adjust choco action
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Jul 5, 2024
1 parent cea3e90 commit 23c252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
name: Upload Release
uses: crazy-max/ghaction-chocolatey@v3
with:
args: push nuspec/chocolatey/okta-aws-cli.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_KEY }}
args: push nuspec/chocolatey/okta-aws-cli.${{ steps.version.outputs.nuget }}.nupkg -s https://push.chocolatey.org/ -k ${{ secrets.CHOCO_API_KEY }}

0 comments on commit 23c252b

Please sign in to comment.