Skip to content

Commit 712e0eb

Browse files
fix: configure homebrew cask pr without fork (#242)
specify branch and base so goreleaser pushes to a feature branch on the same repo and creates a pr, instead of trying to fork (which fails with github app tokens).
1 parent d68897d commit 712e0eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ homebrew_casks:
5656
owner: runpod
5757
name: homebrew-runpodctl
5858
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
59+
branch: "runpodctl-{{ .Version }}"
5960
pull_request:
6061
enabled: true
62+
base:
63+
owner: runpod
64+
name: homebrew-runpodctl
65+
branch: main
6166
commit_author:
6267
name: runpod
6368

0 commit comments

Comments
 (0)