File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2929 args : release --clean
3030 env :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32+ HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
3233 MACOS_SIGN_P12 : ${{ secrets.MACOS_SIGN_P12 }}
3334 MACOS_SIGN_PASSWORD : ${{ secrets.MACOS_SIGN_PASSWORD }}
3435 MACOS_NOTARY_ISSUER_ID : ${{ secrets.MACOS_NOTARY_ISSUER_ID }}
Original file line number Diff line number Diff line change 7777 repository :
7878 owner : stainless-api
7979 name : homebrew-stl
80+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
8081 homepage : https://stainless.com
8182 description : The official CLI for stainless.
8283 license : Apache-2.0
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ It is generated with [Stainless](https://www.stainless.com/).
66
77## Installation
88
9+ ### Installing with Homebrew
10+
11+ ``` sh
12+ brew tap stainless-api/homebrew-stl
13+ brew install stl
14+ ```
15+
916### Installing with Go
1017
1118<!-- x-release-please-start-version -->
You can’t perform that action at this time.
0 commit comments