Skip to content

Commit 22bae08

Browse files
Copilotkimocoder
andcommitted
Fix invalid permission, model, and temperature in claude.yml
Co-authored-by: kimocoder <4252297+kimocoder@users.noreply.github.com>
1 parent cd160c2 commit 22bae08

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
claude:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write # ← REQUIRED so Claude can push fixes/branches
15+
contents: write
1616
pull-requests: write
1717
issues: write
18-
comments: write
1918

2019
steps:
2120
- name: Checkout repo
@@ -36,11 +35,8 @@ jobs:
3635
- performance improvements
3736
Focus especially on Python code. Be concise but thorough. If you can fix something, do it.
3837
39-
# ← MODEL GOES HERE (this fixes your error)
4038
claude_args: |
41-
--model claude-3-opus-20240229
4239
--max-turns 8
43-
--temperature 0.2
4440
4541
# Optional but very useful
4642
trigger_phrase: "@claude"

0 commit comments

Comments
 (0)