Skip to content

Commit

Permalink
chore: Pass CHOCOLATEY_API_KEY secret to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 9, 2023
1 parent 19b92d2 commit 9f20f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ jobs:
version: latest
args: release --timeout=1h
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
SCOOP_GITHUB_TOKEN: ${{ secrets.SCOOP_GITHUB_TOKEN }}
Expand Down

0 comments on commit 9f20f69

Please sign in to comment.