Skip to content

Commit 18858ec

Browse files
committed
chore: add HOMEBREW_TAP_TOKEN to release workflow environment variables and modification to goreleaser.yml
1 parent 2b87c47 commit 18858ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
args: release --clean
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}

.goreleaser.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ homebrew_casks:
5757
token: "{{ .Env.GITHUB_TOKEN }}"
5858
homepage: https://github.com/cloudsky01/gh-rivet
5959
description: "Interactive TUI for browsing and managing GitHub Actions workflows"
60-
license: MIT
60+
license: MIT
61+
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
62+
commit_author:
63+
name: Cloudsky01
64+
email: apoellhuber99@gmail.com

0 commit comments

Comments
 (0)