Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18809303
D10381.id24987.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1018 B
Referenced Files
None
Subscribers
None
D10381.id24987.diff
View Options
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) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 20, 12:48 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9245817
Default Alt Text
D10381.id24987.diff (1018 B)
Attached To
Mode
D10381: Pass conduit credentials down to children workflow
Attached
Detach File
Event Timeline
Log In to Comment