diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php --- a/src/workflow/ArcanistPatchWorkflow.php +++ b/src/workflow/ArcanistPatchWorkflow.php @@ -797,6 +797,9 @@ // if we have a revision id the commit message is in differential // TODO: See T848 for the authenticated stuff. + echo phutil_console_format("\n REV ID {$revision_id} \n"); + echo phutil_console_format("\n AUTH {$this->isConduitAuthenticated()} \n"); + if ($revision_id && $this->isConduitAuthenticated()) { $conduit = $this->getConduit(); diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php --- a/src/workflow/ArcanistWorkflow.php +++ b/src/workflow/ArcanistWorkflow.php @@ -575,6 +575,8 @@ if ($this->conduit) { $workflow->conduit = $this->conduit; + $workflow->setConduitCredentials($this->conduitCredentials); + $workflow->conduitAuthenticated = $this->conduitAuthenticated; } if ($this->workingCopy) {