Skip to content

Commit afd1dad

Browse files
committed
ci: use token with bearer header
1 parent 93f3920 commit afd1dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ brews:
7777
repository:
7878
owner: intility
7979
name: homebrew-tap
80-
token: "{{ .Env.TAP_REPO_GITHUB_TOKEN }}"
80+
token: 'Authorization: bearer #{ENV["TAP_REPO_GITHUB_TOKEN"]}'
8181
homepage: https://developers.intility.com
8282
description: "A CLI for managing developer platform resources."
8383
goarm: 6

0 commit comments

Comments
 (0)