diff options
| author | Dax Raad <[email protected]> | 2025-07-26 10:02:31 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-26 10:02:31 -0400 |
| commit | 7cf4ed6ad615de49be157688a4d98212d69c2463 (patch) | |
| tree | 5e0fc5f64806d8a03d7e4356ce27fe2b1f80628e /.github | |
| parent | ad8a4bc74475b87016fb59a3359d914d8d1f8b86 (diff) | |
| download | opencode-7cf4ed6ad615de49be157688a4d98212d69c2463.tar.gz opencode-7cf4ed6ad615de49be157688a4d98212d69c2463.zip | |
ci: fix opencode github
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/opencode.yml | 3 |
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 |
