Skip to content

Commit f35ce18

Browse files
committed
ci
1 parent 2bee48a commit f35ce18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/script/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ if (!snapshot) {
226226
].join("\n")
227227

228228
await $`rm -rf ./dist/homebrew-tap`
229-
await $`git clone git@github.com:sst/homebrew-tap.git ./dist/homebrew-tap`
229+
await $`git clone https://${process.env["SST_GITHUB_TOKEN"]}@github.com/sst/homebrew-tap.git ./dist/homebrew-tap`
230230
await Bun.file("./dist/homebrew-tap/opencode.rb").write(homebrewFormula)
231231
await $`cd ./dist/homebrew-tap && git add opencode.rb`
232232
await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"`

0 commit comments

Comments
 (0)