agent-claw: automated task changes
This commit is contained in:
28
cdk/node_modules/aws-cdk-lib/aws-codecommit/grants.json
generated
vendored
Normal file
28
cdk/node_modules/aws-cdk-lib/aws-codecommit/grants.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"resources": {
|
||||
"Repository": {
|
||||
"grants": {
|
||||
"pull": {
|
||||
"actions": [
|
||||
"codecommit:GitPull"
|
||||
]
|
||||
},
|
||||
"pullPush": {
|
||||
"actions": [
|
||||
"codecommit:GitPull",
|
||||
"codecommit:GitPush"
|
||||
]
|
||||
},
|
||||
"read": {
|
||||
"actions": [
|
||||
"codecommit:GitPull",
|
||||
"codecommit:EvaluatePullRequestApprovalRules",
|
||||
"codecommit:Get*",
|
||||
"codecommit:Describe*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user