diff options
| author | Dax Raad <[email protected]> | 2025-06-13 16:23:38 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-13 16:23:38 -0400 |
| commit | f35ce180e230bd9788041e0e84e91e1b5ca22095 (patch) | |
| tree | d2c252fb41af5acd8741bbc98d6b8978cd1d63d6 | |
| parent | 2bee48a9bcc275ad80a891aec42ffdfc465c07fc (diff) | |
| download | opencode-f35ce180e230bd9788041e0e84e91e1b5ca22095.tar.gz opencode-f35ce180e230bd9788041e0e84e91e1b5ca22095.zip | |
ci
| -rwxr-xr-x | packages/opencode/script/publish.ts | 2 |
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}"` |
