Switch back to anthropic (#1135)

This commit is contained in:
Will Chen
2025-08-29 21:35:09 -07:00
committed by GitHub
parent acda9e2e5b
commit 86cc50c50c

View File

@@ -26,7 +26,7 @@ jobs:
- name: Check for duplicate issues
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENCODE_PERMISSION: |
{
@@ -37,7 +37,7 @@ jobs:
"webfetch": "deny"
}
run: |
opencode run -m openai/gpt-5 "A new issue has been created:'
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created:'
Issue number:
${{ github.event.issue.number }}