File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 38
38
args : release --clean
39
39
env :
40
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
+ TAP_GITHUB_TOKEN : ${{ secrets.TAP_GITHUB_TOKEN }}
42
+
41
43
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
42
44
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
43
45
Original file line number Diff line number Diff line change 62
62
homepage : https://www.openstatus.dev
63
63
skip_upload : auto
64
64
description : " OpenStatus CLI"
65
-
65
+ test : |
66
+ system "#{bin}/openstatus --help"
66
67
repository :
67
68
# Repository owner.
68
69
#
74
75
# Templates: allowed.
75
76
name : homebrew-tap
76
77
77
- # Optionally a branch can be provided.
78
- #
79
- # Default: default repository branch.
80
- # Templates: allowed.
78
+
81
79
branch : main
80
+ token : " {{ .Env.TAP_GITHUB_TOKEN }}"
81
+
You can’t perform that action at this time.
0 commit comments