diff options
| author | Aiden Cline <[email protected]> | 2025-10-16 12:48:39 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-16 12:48:39 -0500 |
| commit | 64617c113aaadcde09674d27da11042beabcbba9 (patch) | |
| tree | ce3009e2e7034ef7ba1af9e7d49ed2fb1ae482ba /.github/workflows | |
| parent | 860c6338fc29089fbc40ca4aaf1f6c97a29b610b (diff) | |
| download | opencode-64617c113aaadcde09674d27da11042beabcbba9.tar.gz opencode-64617c113aaadcde09674d27da11042beabcbba9.zip | |
ignore: tweak permissions
Diffstat (limited to '.github/workflows')
| -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 |
