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 @@ -38,14 +38,22 @@ changelog:
3838 - ' ^test:'
3939
4040brews :
41- - homepage : ' https://github.com/sgaunet/homebrew-tools'
41+ - homepage : ' https://github.com/sgaunet/jwt-cli'
42+ description : ' '
4243 directory : Formula
4344 commit_author :
4445 name : sgaunet
4546 email : 1552102+sgaunet@users.noreply.github.com
4647 repository :
4748 owner : sgaunet
4849 name : homebrew-tools
50+ # Token with 'repo' scope is required for pushing to a different repository
51+ token : ' {{ .Env.HOMEBREW_TAP_TOKEN }}'
52+ url_template : ' https://github.com/sgaunet/jwt-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
53+ install : |
54+ bin.install "jwt-cli"
55+ test : |
56+ system "#{bin}/jwt-cli", "--help"
4957
5058
5159dockers :
You can’t perform that action at this time.
0 commit comments