diff options
Diffstat (limited to '.github/workflows/opencode.yml')
| -rw-r--r-- | .github/workflows/opencode.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 193d8f3e5..fe480822e 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -13,10 +13,10 @@ jobs: startsWith(github.event.comment.body, '/opencode') runs-on: ubuntu-latest permissions: - contents: write - pull-requests: write - issues: write id-token: write + contents: read + pull-requests: read + issues: read steps: - name: Checkout repository uses: actions/checkout@v4 |
