summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-11 10:47:24 +0000
committerDavid Hill <[email protected]>2025-12-11 10:47:24 +0000
commite91d121ef8168ea76740fb45ae438f8e916adb4d (patch)
tree4f3e8daad2e13674893dcc30ebd5bafef2f2dfd9 /.github
parent1b4975ba54be6d7cf57c40071e461b9393b8d378 (diff)
parent53d2edc0f2b2c764959229f7a7235fc2757a6b48 (diff)
downloadopencode-e91d121ef8168ea76740fb45ae438f8e916adb4d.tar.gz
opencode-e91d121ef8168ea76740fb45ae438f8e916adb4d.zip
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/opencode.yml1
-rw-r--r--.github/workflows/publish.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml
index 44c8d4a58..4c75ad2e0 100644
--- a/.github/workflows/opencode.yml
+++ b/.github/workflows/opencode.yml
@@ -29,5 +29,6 @@ jobs:
uses: sst/opencode/github@latest
env:
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
+ OPENCODE_PERMISSION: '{"bash": "deny"}'
with:
model: opencode/claude-haiku-4-5
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index eea0e21ae..14078661c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -55,7 +55,7 @@ jobs:
- name: Install OpenCode
if: inputs.bump || inputs.version
- run: curl -fsSL https://opencode.ai/install | bash
+ run: bun i -g [email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v3