-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During the codesigning phase Im getting a popup to enter a keychain password for the generated keychain #139
Comments
Log doesn't show anything untoward unless you notice something? |
This is the next job I ran. I grabbed the command output. I masked my own password, not that it matters :-) Not sure it this is helpful or not? I cant see anything wrong with it. |
For pamplejuce, sounds like we should put a timeout on the codesign step (see the pkgbuild step). For the keychain action, are you using your main macos user or a new user? There's docs on the latter here, but it's not an easy/supported path: https://melatonin.dev/manuals/pamplejuce/github-actions-workflows-101/using-self-hosted-runners-as-another-user/ Have you tried passing the temporary keychain name to the codesign commands? Assuming your keychain step is still named
|
Im using it as my user account. I think whats happening is the keychain is auto locking itself. By the time my build is finished the keychain is locked. If I move the keychain step to just before signing it seems to flow without asking for a password |
I think it was getting confused as I had the certs installed in my login keychain as weel so it may be worth passing:
as an argument to I've not tried this yet as I just removed my certs for now. |
Ah yeah, on my own projects I also have my keychain unlocking right before signing. Maybe that's another change worth making to pamplejuce. |
I have my machine setup as a local runner and when it gets to the code signing phase this pops up:
I moved to a local machine runner because I burned through my 2000 minutes quite quick and I think this was happening on the Github host too as it was runing for 40 minutes just on the code signing job.
It does look like the importing of the keys work as I see the keychain file. I can also look through the job commands and find the password to enter but this should not happen.
Did I miss sometihn I have to do or did Apple change something?
The text was updated successfully, but these errors were encountered: