49
49
{ '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/auto_cancel_pushes" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'auto_cancel_pushes' , 'value' => false } ,
50
50
{ '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/auto_cancel_pull_requests" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'auto_cancel_pull_requests' , 'value' => false } ,
51
51
{ '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/config_validation" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'config_validation' , 'value' => false } ,
52
+ { '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/share_encrypted_env_with_forks" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'share_encrypted_env_with_forks' , 'value' => false } ,
53
+ { '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/share_ssh_keys_with_forks" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'share_ssh_keys_with_forks' , 'value' => false } ,
52
54
]
53
55
)
54
56
end
86
88
{ '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/auto_cancel_pushes" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'auto_cancel_pushes' , 'value' => false } ,
87
89
{ '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/auto_cancel_pull_requests" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'auto_cancel_pull_requests' , 'value' => false } ,
88
90
{ '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/config_validation" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'config_validation' , 'value' => false } ,
91
+ { '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/share_encrypted_env_with_forks" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'share_encrypted_env_with_forks' , 'value' => false } ,
92
+ { '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/share_ssh_keys_with_forks" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'share_ssh_keys_with_forks' , 'value' => false } ,
89
93
]
90
94
)
91
95
end
110
114
)
111
115
end
112
116
end
113
- end
117
+ end
0 commit comments