Skip to content

Commit

Permalink
fix: fixed chocolatey release (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh authored Feb 24, 2023
1 parent 1c04bd9 commit 85c836d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ chocolateys:
{{ .ProjectName }} installer package.
A CLI utility to sort Terraform variables and outputs.
release_notes: "https://github.com/foo/bar/releases/tag/v{{ .Version }}"
api_key: "{{ secrets.CHOCOLATEY_API_KEY }}"
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
skip_publish: false
goamd64: v1
Expand Down

0 comments on commit 85c836d

Please sign in to comment.