Skip to content

Commit

Permalink
revert: token property does not accept plain-text with interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum0x50 committed Nov 5, 2024
1 parent afd1dad commit f3da119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ brews:
repository:
owner: intility
name: homebrew-tap
token: 'Authorization: bearer #{ENV["TAP_REPO_GITHUB_TOKEN"]}'
token: "{{ .Env.TAP_REPO_GITHUB_TOKEN }}"
homepage: https://developers.intility.com
description: "A CLI for managing developer platform resources."
goarm: 6
Expand Down

0 comments on commit f3da119

Please sign in to comment.