Skip to content

Commit 7cf4ed6

Browse files
committed
ci: fix opencode github
1 parent ad8a4bc commit 7cf4ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/opencode.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
contains(github.event.comment.body, '/opencode')
1212
runs-on: ubuntu-latest
1313
permissions:
14+
contents: read
1415
id-token: write
1516
steps:
1617
- name: Checkout repository
@@ -23,4 +24,4 @@ jobs:
2324
env:
2425
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2526
with:
26-
model: anthropic/claude-sonnet-4-20250514
27+
model: anthropic/claude-sonnet-4-20250514

0 commit comments

Comments
 (0)