Skip to content
Snippets Groups Projects

Add `admin_runners` custom role permission

Merged mo khan requested to merge mokhax/442851/admin_runners into master
5 files
+ 44
4
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -7,6 +7,9 @@
"admin_cicd_variables": {
"type": "boolean"
},
"admin_compliance_framework": {
"type": "boolean"
},
"admin_group_member": {
"type": "boolean"
},
@@ -16,15 +19,12 @@
"admin_push_rules": {
"type": "boolean"
},
"manage_security_policy_link": {
"admin_runners": {
"type": "boolean"
},
"admin_terraform_state": {
"type": "boolean"
},
"admin_compliance_framework": {
"type": "boolean"
},
"admin_vulnerability": {
"type": "boolean"
},
@@ -37,6 +37,9 @@
"manage_project_access_tokens": {
"type": "boolean"
},
"manage_security_policy_link": {
"type": "boolean"
},
"read_code": {
"type": "boolean"
},
Loading