chore: update permissions to allow additional shell commands in PR review workflow
This commit is contained in:
parent
eda21bb48c
commit
e12afa225d
|
|
@ -89,7 +89,14 @@ jobs:
|
|||
"*": "deny",
|
||||
"gh auth*": "allow",
|
||||
"gh pr*": "allow",
|
||||
"gh api*": "allow"
|
||||
"gh api*": "allow",
|
||||
"grep*": "allow",
|
||||
"git*": "allow",
|
||||
"ls*": "allow",
|
||||
"sed*": "allow",
|
||||
"cat*": "allow",
|
||||
"echo*": "allow",
|
||||
"head*": "allow",
|
||||
},
|
||||
"webfetch": "deny"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue