From 400b2d879caae21cedc71cdb5eef4008260edc28 Mon Sep 17 00:00:00 2001 From: Raphael Cruzeiro Date: Wed, 6 Oct 2021 20:37:45 +0100 Subject: [PATCH] Makes the user keychains available to the service (#847) Without creating a session, the service is not able to access the keychains for the user specified under `UserName`. This causes any workflow that deals with code signing to fail as the only keychain loaded with be the system one. This should fix #350 --- src/Misc/layoutbin/actions.runner.plist.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Misc/layoutbin/actions.runner.plist.template b/src/Misc/layoutbin/actions.runner.plist.template index c6ba1bd5c..8bb1f4c10 100644 --- a/src/Misc/layoutbin/actions.runner.plist.template +++ b/src/Misc/layoutbin/actions.runner.plist.template @@ -25,5 +25,7 @@ ProcessType Interactive + SessionCreate +