We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8a4bc commit 7cf4ed6Copy full SHA for 7cf4ed6
1 file changed
.github/workflows/opencode.yml
@@ -11,6 +11,7 @@ jobs:
11
contains(github.event.comment.body, '/opencode')
12
runs-on: ubuntu-latest
13
permissions:
14
+ contents: read
15
id-token: write
16
steps:
17
- name: Checkout repository
@@ -23,4 +24,4 @@ jobs:
23
24
env:
25
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
26
with:
- model: anthropic/claude-sonnet-4-20250514
27
+ model: anthropic/claude-sonnet-4-20250514
0 commit comments