Keychain says incorrect password on custom macos images #9107
-
Running this on a custom macos runner.
Running this on github's macos runner
is successful the password (-p) can be anything on github's macos runner and it'll be accepted. Do I need to configure anything for keychain to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For anyone facing this issue, the issue was that github runner needs to be run using a user Configuring as system daemon led to permissions issue with the user. Also the default keychain had changed to |
Beta Was this translation helpful? Give feedback.
For anyone facing this issue, the issue was that github runner needs to be run using a user
LaunchAgent
(path~/Library/LaunchAgents/
, I had it configured to run as systemLaunchDaemon
(path/Library/LaunchDaemons
instead.Configuring as system daemon led to permissions issue with the user. Also the default keychain had changed to
System.keychain-db
instead of thelogin.keychain-db