File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments