summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-16 12:48:39 -0500
committerAiden Cline <[email protected]>2025-10-16 12:48:39 -0500
commit64617c113aaadcde09674d27da11042beabcbba9 (patch)
treece3009e2e7034ef7ba1af9e7d49ed2fb1ae482ba /.github/workflows
parent860c6338fc29089fbc40ca4aaf1f6c97a29b610b (diff)
downloadopencode-64617c113aaadcde09674d27da11042beabcbba9.tar.gz
opencode-64617c113aaadcde09674d27da11042beabcbba9.zip
ignore: tweak permissions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/opencode.yml6
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