Skip to content

build(deps-dev): bump @solvro/config from 2.0.7 to 2.3.2 #83

build(deps-dev): bump @solvro/config from 2.0.7 to 2.3.2

build(deps-dev): bump @solvro/config from 2.0.7 to 2.3.2 #83

Workflow file for this run

name: opencode
on:
issue_comment:
types: [created]
jobs:
opencode:
if: |
contains(github.event.comment.body, ' /oc') ||
startsWith(github.event.comment.body, '/oc') ||
contains(github.event.comment.body, ' /opencode') ||
startsWith(github.event.comment.body, '/opencode')
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run opencode
uses: sst/opencode/github@v0.6.10
env:
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
with:
model: opencode/grok-code