From 18dca0181842a86cd66feeac896a32c16c5dae3b Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Tue, 17 Feb 2026 12:25:00 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20workflow=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=9C=BA=E5=99=A8=E4=BA=BA=E8=B4=A6=E5=8F=B7=20BOT=5F?= =?UTF-8?q?GITHUB=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/opencode.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 07d33d7..8d23d04 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write - contents: read - pull-requests: read - issues: read + contents: write + pull-requests: write + issues: write steps: - name: Checkout repository uses: actions/checkout@v6 @@ -29,5 +29,6 @@ jobs: uses: anomalyco/opencode/github@latest env: OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} with: model: opencode/big-pickle \ No newline at end of file