Dax Raad 8 miesięcy temu
rodzic
commit
d8fa0fb50c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/opencode/script/publish.ts

+ 1 - 1
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}"`