From 64617c113aaadcde09674d27da11042beabcbba9 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 16 Oct 2025 12:48:39 -0500 Subject: ignore: tweak permissions --- .github/workflows/opencode.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 -- cgit v1.2.3