-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
macos-latest keychain is locked #4519
Comments
Hi @potatoqualitee! |
Thanks for the response, @miketimofeev! MMM, maybe? Can I initiate this from my runner? Do I need to run the following code manually or is it already running?
I don't know enough to say for sure, my apologies. |
@potatoqualitee yes, you need to compile the code using
and then use the binary to add a certificate
|
Ahh, that looks like something |
I had an issue with implementing the swift script -- it would just say that my So I ended up smashing |
Hello @miketimofeev -- did you all have to do anything to the runner to get your script to work? @FiloSottile is having a hard time reproducing the non-interactiveness for |
@potatoqualitee well, we have some permissions enabled in TCC.db, but I can't remember anything that is related to this script. Maybe something has changed in the macOS 12.3.1 and we are just not aware of it? |
Description
The macOS 11 keychain does not appear to behave like macOS 10.15.
An Action that last ran 3 months ago is no longer running sucessfully and it seems the culprit is that macOS 11 is now default and macOS 11 has a locked keychain.
When I attempt to unlock it, I'm prompted for a password.
You can see this behavior with the
mkcert
lines at https://github.com/potatoqualitee/azuright/runs/4214111475?check_suite_focus=true#step:6:153This is the issue that leads me to believe this issue is with the keychain: FiloSottile/mkcert#94
Virtual environments affected
Image version and build link
I was unable to find this setting, please provide further details. I looked in Settings and within the Actions page itself.
Is it regression?
No response
Expected behavior
mkcert works without issue, as it does with 10.15
https://github.com/potatoqualitee/azuright/runs/4215069732?check_suite_focus=true
Actual behavior
Repro steps
Try to use
mkcert -install
on macos-latestThe text was updated successfully, but these errors were encountered: