Skip to content

Commit 696b21d

Browse files
committed
Fix Homebrew tap configuration for GoReleaser
- Add explicit GITHUB_TOKEN for Homebrew tap access - Repository sedkis/homebrew-tyk created manually - Should resolve 404 Not Found error when publishing formula
1 parent b60227b commit 696b21d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ brews:
7676
tap:
7777
owner: sedkis
7878
name: homebrew-tyk
79+
token: "{{ .Env.GITHUB_TOKEN }}"
7980
# This will create/update the homebrew-tyk repository
8081
commit_author:
8182
name: goreleaserbot

0 commit comments

Comments
 (0)