Skip to content

Commit 5262ad8

Browse files
committed
Add token settings for generate homebrew formula
1 parent 1fc1de3 commit 5262ad8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
args: release --rm-dist
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ brews:
3131
owner: masa0221
3232
name: homebrew-tap
3333
branch: main
34+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
35+
commit_author:
36+
name: goreleaserbot
37+
email: goreleaser@carlosbecker.com
3438
homepage: "https://github.com/masa0221/jclockedio"
3539
description: "This is a things for clocked in/out to Jobcan, then it results are send to Chatwork."
3640
license: "MIT"

0 commit comments

Comments
 (0)