Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/opencode.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: opencode
name: OpenCode

on:
issue_comment:
Expand All @@ -14,8 +14,10 @@ jobs:
runs-on: ubuntu-latest
environment: Maintainer Only
permissions:
contents: read
id-token: write
contents: write
pull-requests: write
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -25,6 +27,6 @@ jobs:
- name: Run opencode
uses: sst/opencode/github@latest
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
model: anthropic/claude-sonnet-4-20250514
model: openai/gpt-5-2025-08-07