We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc1de3 commit 5262ad8Copy full SHA for 5262ad8
.github/workflows/goreleaser.yaml
@@ -28,3 +28,4 @@ jobs:
28
args: release --rm-dist
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
.goreleaser.yaml
@@ -31,6 +31,10 @@ brews:
owner: masa0221
32
name: homebrew-tap
33
branch: main
34
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
35
+ commit_author:
36
+ name: goreleaserbot
37
+ email: goreleaser@carlosbecker.com
38
homepage: "https://github.com/masa0221/jclockedio"
39
description: "This is a things for clocked in/out to Jobcan, then it results are send to Chatwork."
40
license: "MIT"
0 commit comments