summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/opencode.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml
index cecae36e0..98431556b 100644
--- a/.github/workflows/opencode.yml
+++ b/.github/workflows/opencode.yml
@@ -11,6 +11,7 @@ jobs:
contains(github.event.comment.body, '/opencode')
runs-on: ubuntu-latest
permissions:
+ contents: read
id-token: write
steps:
- name: Checkout repository
@@ -23,4 +24,4 @@ jobs:
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
with:
- model: anthropic/claude-sonnet-4-20250514
+ model: anthropic/claude-sonnet-4-20250514 \ No newline at end of file