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) {