Skip to content

Commit

Permalink
fix: fixed env var
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Feb 24, 2023
1 parent 50c2380 commit 1c04bd9
Showing 1 changed file with 1 addition and 1 deletion.
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: "{{ .Env.CHOCOLATEY_API_KEY }}"
api_key: "{{ secrets.CHOCOLATEY_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
skip_publish: false
goamd64: v1
Expand Down

0 comments on commit 1c04bd9

Please sign in to comment.