summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-13 16:23:38 -0400
committerDax Raad <[email protected]>2025-06-13 16:23:38 -0400
commitf35ce180e230bd9788041e0e84e91e1b5ca22095 (patch)
treed2c252fb41af5acd8741bbc98d6b8978cd1d63d6
parent2bee48a9bcc275ad80a891aec42ffdfc465c07fc (diff)
downloadopencode-f35ce180e230bd9788041e0e84e91e1b5ca22095.tar.gz
opencode-f35ce180e230bd9788041e0e84e91e1b5ca22095.zip
ci
-rwxr-xr-xpackages/opencode/script/publish.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts
index 40818d11a..3ddc23170 100755
--- a/packages/opencode/script/publish.ts
+++ b/packages/opencode/script/publish.ts
@@ -226,7 +226,7 @@ if (!snapshot) {
].join("\n")
await $`rm -rf ./dist/homebrew-tap`
- await $`git clone [email protected]: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`
await Bun.file("./dist/homebrew-tap/opencode.rb").write(homebrewFormula)
await $`cd ./dist/homebrew-tap && git add opencode.rb`
await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"`