File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 QUILL_NOTARY_KEY : ${{ secrets.QUILL_NOTARY_KEY }}
6464 QUILL_NOTARY_KEY_ID : ${{ secrets.QUILL_NOTARY_KEY_ID }}
6565 QUILL_NOTARY_ISSUER : ${{ secrets.QUILL_NOTARY_ISSUER }}
66+ HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -136,3 +136,34 @@ notarize:
136136 key_id : " {{.Env.QUILL_NOTARY_KEY_ID}}"
137137 key : " {{.Env.QUILL_NOTARY_KEY}}"
138138 wait : true
139+ brews :
140+ - name : shelltime
141+ ids :
142+ - mt-common
143+ - mac
144+ repository :
145+ owner : shelltime
146+ name : homebrew-tap
147+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
148+ directory : Formula
149+ homepage : " https://shelltime.xyz"
150+ description : " Track and analyze your shell usage - ShellTime CLI"
151+ license : " MIT"
152+ commit_author :
153+ name : shelltime-bot
154+ email : bot@shelltime.xyz
155+ install : |
156+ bin.install "shelltime"
157+ bin.install "shelltime-daemon"
158+ test : |
159+ system "#{bin}/shelltime", "--version"
160+ caveats : |
161+ To get started with ShellTime, run:
162+ shelltime init
163+
164+ Or set up manually:
165+ shelltime auth
166+ shelltime hooks install
167+ shelltime daemon install
168+
169+ For more info, visit https://shelltime.xyz
You can’t perform that action at this time.
0 commit comments