summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-13 16:29:57 -0400
committerDax Raad <[email protected]>2025-06-13 16:29:57 -0400
commitd8fa0fb50c85422b9e6fb8a54602076a05a93ea8 (patch)
tree83c0b3fa92522c3ee2c3259ae5799e6f6264d0be
parent18ab8faa1d8d033e81c24ec3aef1b9a47fdc87f2 (diff)
downloadopencode-d8fa0fb50c85422b9e6fb8a54602076a05a93ea8.tar.gz
opencode-d8fa0fb50c85422b9e6fb8a54602076a05a93ea8.zip
sync
-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 3ddc23170..a0f3e5771 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 https://${process.env["SST_GITHUB_TOKEN"]}@github.com/sst/homebrew-tap.git ./dist/homebrew-tap`
+ await $`git clone https://${process.env["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}"`