Bypass RFS auth failure handling
parent
cedae88b67
commit
2a08f55079
|
@ -108,6 +108,7 @@ class GitHub
|
||||||
}
|
}
|
||||||
|
|
||||||
$contents = JsonFile::parseJson($this->remoteFilesystem->getContents($originUrl, 'https://'. $apiUrl . '/authorizations', false, array(
|
$contents = JsonFile::parseJson($this->remoteFilesystem->getContents($originUrl, 'https://'. $apiUrl . '/authorizations', false, array(
|
||||||
|
'retry-auth-failure' => false,
|
||||||
'http' => array(
|
'http' => array(
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
'follow_location' => false,
|
'follow_location' => false,
|
||||||
|
|
Loading…
Reference in New Issue