We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bee48a commit f35ce18Copy full SHA for f35ce18
1 file changed
packages/opencode/script/publish.ts
@@ -226,7 +226,7 @@ if (!snapshot) {
226
].join("\n")
227
228
await $`rm -rf ./dist/homebrew-tap`
229
- await $`git clone git@github.com:sst/homebrew-tap.git ./dist/homebrew-tap`
+ await $`git clone https://${process.env["SST_GITHUB_TOKEN"]}@github.com/sst/homebrew-tap.git ./dist/homebrew-tap`
230
await Bun.file("./dist/homebrew-tap/opencode.rb").write(homebrewFormula)
231
await $`cd ./dist/homebrew-tap && git add opencode.rb`
232
await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"`
0 commit comments