Apple-Actions / import-codesign-certs

GitHub Action for Importing Code-signing Certificates into a Keychain
MIT License
186 stars 79 forks source link

Codesign is prompting for input still #4

Closed orj closed 4 years ago

orj commented 4 years ago

Even though we've added -A to the security import step it appears that codesign is still blocking waiting for input.

Perhaps adding -T /usr/bin/codesign -T /usr/bin/security like fastlane does may help.

Perhap also adding security set-key-partition-list -S apple-tool:,apple: -k keychain_password keychain_path would be wise.

orj commented 4 years ago

Fixed in ec5be46eab73f99a486d7d54b36fab08b086a511