import-codesign-certs
import-codesign-certs copied to clipboard
GitHub Action for Importing Code-signing Certificates into a Keychain
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Hi there, I've been trying to build an iOS app for days using github actions nobody seems to share to do that from start to finish. Once I get the...
Hi, I sucessfully used this action together with the java jpackage tool. However, the jpackage creates both a pkg installer and a dmg. And I think I need to add...
Hi, Since I'm more of a C++/Python dev I don't known if the warning from our runners is a concern that needs to be addressed but as of today we...
TODO: - [ ] Verify the instructions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: apple-actions/import-codesign-certs@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. https://github.com/Apple-Actions/import-codesign-certs/blob/5565bb656f60c98c8fc515f3444dd8db73545dc2/action.yml#L31
Fixes #57 Fixes #56
From the general command manual: > -i, --input input file (default: "-" for stdin)
You are importing a certificate with `security import` supplying mutually exclusive options `-A` and `-T`. For example, following your implementation, a `cert` would be imported with the following: ``` /usr/bin/security...