Commit ccea193
claude.yml: actions: read -> write for the same cache-permission gap
Same anthropics/claude-code-action cache-write gotcha as the previous
commit's claude-code-review.yml fix (Postgres-Extensions/cat_tools PR #47) --
this workflow calls the same action, so its own internal setup hits the
same silent "Cache reservation failed" warning without actions: write.
`write` still covers the existing "read CI results" need (write implies
read here), so this replaces the read with write rather than adding a
duplicate key.
claude.yml does NOT need the --allowedTools inline-comments fix from the
previous commit: it never sets prompt: (it responds to actual @claude
mention text, not agent mode), so that specific gotcha doesn't apply here.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 8ab5d61 commit ccea193
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments