File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
5656 # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
57+ HOMEBREW_TAP_TOKEN : ${{ secrets.HOMEBREW_TAP_TOKEN }}
Original file line number Diff line number Diff line change @@ -39,11 +39,19 @@ changelog:
3939 - ' ^test:'
4040
4141brews :
42- - homepage : ' https://github.com/sgaunet/homebrew-tools'
42+ - homepage : ' https://github.com/sgaunet/pplx'
43+ description : ' '
4344 directory : Formula
4445 commit_author :
4546 name : sgaunet
46- email : sgaunet@gmail .com
47+ email : 1552102+ sgaunet@users.noreply.github .com
4748 repository :
4849 owner : sgaunet
4950 name : homebrew-tools
51+ # Token with 'repo' scope is required for pushing to a different repository
52+ token : ' {{ .Env.HOMEBREW_TAP_TOKEN }}'
53+ url_template : ' https://github.com/sgaunet/pplx/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
54+ install : |
55+ bin.install "pplx"
56+ test : |
57+ system "#{bin}/pplx", "--help"
You can’t perform that action at this time.
0 commit comments