chore: allow non-write users
This commit is contained in:
parent
639d70eecc
commit
8705b40d13
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
display_report: 'true'
|
||||
allowed_non_write_users: '*'
|
||||
claude_args: |
|
||||
--model ${{ vars.OPENCODE_MODEL }}
|
||||
--allowedTools "Bash(gh issue:*)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue