]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Allow all commands in claude-review workflow
authorDaan De Meyer <daan@amutable.com>
Wed, 18 Mar 2026 11:30:41 +0000 (12:30 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 18 Mar 2026 11:44:48 +0000 (12:44 +0100)
claude is asking for permissions in the logs, let's grant it access
to execute all commands to avoid the permission denials.

.github/workflows/claude-review.yml

index 926f28dd356af95b22b530d91fab5382f2429d60..1933095b0c8ed706364cbdcada792bbc204b6772 100644 (file)
@@ -241,6 +241,9 @@ jobs:
           # filesystem writes to the working directory.
           settings: |
             {
+              "permissions": {
+                "allow": ["*"]
+              },
               "sandbox": {
                 "enabled": true,
                 "autoAllowBashIfSandboxed": true,