ci: Allow all commands in claude-review workflow

claude is asking for permissions in the logs, let's grant it access
to execute all commands to avoid the permission denials.
This commit is contained in:
Daan De Meyer
2026-03-18 12:30:41 +01:00
committed by Daan De Meyer
parent 02ab8dfc4f
commit 2e676fd636

View File

@@ -241,6 +241,9 @@ jobs:
# filesystem writes to the working directory.
settings: |
{
"permissions": {
"allow": ["*"]
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true,