mirror of
https://github.com/actions/runner.git
synced 2026-01-12 14:04:31 +08: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