|
63 | 63 | uses: anthropics/claude-code-action@v1 |
64 | 64 | with: |
65 | 65 | claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} |
66 | | - allowed_tools: "Bash,Read,Edit,Write,WebSearch,WebFetch" |
67 | | - max_turns: "60" |
| 66 | + claude_args: "--allowedTools Bash,Read,Edit,Write,WebSearch,WebFetch --max-turns 60" |
68 | 67 | prompt: | |
69 | 68 | You are implementing a new Codify resource requested by the community. |
70 | 69 |
|
@@ -198,8 +197,7 @@ jobs: |
198 | 197 | uses: anthropics/claude-code-action@v1 |
199 | 198 | with: |
200 | 199 | claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} |
201 | | - allowed_tools: "Bash,Read,Edit,Write" |
202 | | - max_turns: "30" |
| 200 | + claude_args: "--allowedTools Bash,Read,Edit,Write --max-turns 30" |
203 | 201 | prompt: | |
204 | 202 | The integration tests for the newly generated resource failed on Linux (ubuntu-latest). |
205 | 203 |
|
@@ -297,8 +295,7 @@ jobs: |
297 | 295 | uses: anthropics/claude-code-action@v1 |
298 | 296 | with: |
299 | 297 | claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} |
300 | | - allowed_tools: "Bash,Read,Edit,Write" |
301 | | - max_turns: "30" |
| 298 | + claude_args: "--allowedTools Bash,Read,Edit,Write --max-turns 30" |
302 | 299 | prompt: | |
303 | 300 | The integration tests for the newly generated resource failed on macOS (macos-latest). |
304 | 301 |
|
|
0 commit comments