4949 { '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/auto_cancel_pushes" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'auto_cancel_pushes' , 'value' => false } ,
5050 { '@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 } ,
5151 { '@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 } ,
5254 ]
5355 )
5456 end
8688 { '@type' => 'setting' , '@href' => "/v3/repo/#{ repo . id } /setting/auto_cancel_pushes" , '@representation' => 'standard' , '@permissions' => { 'read' => true , 'write' => true } , 'name' => 'auto_cancel_pushes' , 'value' => false } ,
8789 { '@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 } ,
8890 { '@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 } ,
8993 ]
9094 )
9195 end
110114 )
111115 end
112116 end
113- end
117+ end
0 commit comments