Skip to content

Commit 6bc1973

Browse files
committed
Update opencode-review.yml
1 parent ead22ff commit 6bc1973

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/opencode-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:
3131
model: ${{ vars.OPENCODE_REVIEW_MODEL }}
32-
#use_github_token: true
32+
use_github_token: false
3333
prompt: |
3434
Review this pull request:
3535
- Check for code quality issues
@@ -45,7 +45,7 @@ jobs:
4545
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:
4747
model: ${{ vars.OPENCODE_REVIEW_MODEL_FALLBACK }}
48-
#use_github_token: true
48+
use_github_token: false
4949
prompt: |
5050
Review this pull request:
5151
- Check for code quality issues

0 commit comments

Comments
 (0)