fix(workflow): remove dangerously-skip-permissions from Claude args
This commit is contained in:
parent
9f333c37f4
commit
bb1681e86e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
uses: anthropics/claude-code-action@v1
|
||||
with:
|
||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
claude_args: '--model opus --dangerously-skip-permissions'
|
||||
claude_args: '--model opus'
|
||||
|
||||
# This is an optional setting that allows Claude to read CI results on PRs
|
||||
additional_permissions: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue