Skip to content

Commit 9555d34

Browse files
committed
ci: switch model
1 parent 220c564 commit 9555d34

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/opencode.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,6 @@ jobs:
2525

2626
- uses: ./.github/actions/setup-bun
2727

28-
- name: Run opencode
29-
uses: sst/opencode/github@latest
30-
env:
31-
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
32-
OPENCODE_PERMISSION: '{"bash": "deny"}'
33-
with:
34-
model: opencode/claude-haiku-4-5
35-
36-
opencode-smart:
37-
if: |
38-
contains(github.event.comment.body, ' /soc') ||
39-
startsWith(github.event.comment.body, '/soc') ||
40-
contains(github.event.comment.body, ' /smart-opencode') ||
41-
startsWith(github.event.comment.body, '/smart-opencode')
42-
runs-on: blacksmith-4vcpu-ubuntu-2404
43-
permissions:
44-
id-token: write
45-
contents: read
46-
pull-requests: read
47-
issues: read
48-
steps:
49-
- name: Checkout repository
50-
uses: actions/checkout@v4
51-
52-
- uses: ./.github/actions/setup-bun
53-
5428
- name: Run opencode
5529
uses: sst/opencode/github@latest
5630
env:

0 commit comments

Comments
 (0)