File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 id-token : write
1616
1717 steps :
18+ - name : Install unzip (required by bun setup)
19+ run : |
20+ sudo apt-get update
21+ sudo apt-get install -y unzip
22+
1823 # IMPORTANT: checkout BASE repo only (safe on forks)
1924 - name : Checkout base repo (safe)
2025 uses : actions/checkout@v4
2429 - name : Run Claude Code Review
2530 uses : anthropics/claude-code-action@v1
2631 env :
27- # Ensure the action can execute the Claude CLI it installs.
2832 PATH : /home/runner/.local/bin:${{ env.PATH }}
2933 with :
3034 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
@@ -35,27 +39,10 @@ jobs:
3539
3640 claude_args : >
3741 --dangerously-skip-permissions
42+ --dangerouslyDisableSandbox
3843 --max-turns 80
3944 --allowedTools
40- "Bash(gh pr view:*)"
41- "Bash(gh pr diff:*)"
42- "Bash(gh pr comment:*)"
43- "Bash(gh api:*)"
44- "Bash(cat:*)"
45- "Bash(ls:*)"
46- "Bash(find:*)"
47- "Bash(grep:*)"
48- "Bash(sed:*)"
49- "Bash(awk:*)"
50- "Bash(head:*)"
51- "Bash(tail:*)"
52- "Bash(wc:*)"
53- "Bash(sort:*)"
54- "Bash(uniq:*)"
55- "Bash(cut:*)"
56- "Bash(xargs:*)"
57- "Bash(jq:*)"
58- "Bash(python3:*)"
45+ "Bash"
5946
6047 prompt : |
6148 You are running in pull_request_target.
You can’t perform that action at this time.
0 commit comments