mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
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