Skip to content

Commit e031e2a

Browse files
committed
chore: wire brew and scoop tokens for goreleaser
1 parent 9d3cd55 commit e031e2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ homebrew_casks:
171171
repository:
172172
owner: "devnullvoid"
173173
name: "homebrew-pvetui"
174+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
174175
commit_author:
175176
name: "GoReleaser Bot"
176177
email: "noreply@github.com"
@@ -193,6 +194,7 @@ scoops:
193194
repository:
194195
owner: "devnullvoid"
195196
name: "scoop-pvetui"
197+
token: "{{ .Env.SCOOP_GITHUB_TOKEN }}"
196198
commit_author:
197199
name: "GoReleaser Bot"
198200
email: "noreply@github.com"

0 commit comments

Comments
 (0)