fix(workflow): remove dangerously-skip-permissions from Claude args

This commit is contained in:
Andras Bacsai
2026-01-01 12:04:13 +01:00
parent 9f333c37f4
commit bb1681e86e

View File

@@ -36,7 +36,7 @@ jobs:
uses: anthropics/claude-code-action@v1 uses: anthropics/claude-code-action@v1
with: with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} 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 # This is an optional setting that allows Claude to read CI results on PRs
additional_permissions: | additional_permissions: |