Installs our default company development certificate in the keychain.
- name: Install Company Development Certificate
uses: shapehq/actions/install-company-development-certificate@v1The action makes the keychain the default keychain on the system. You can disable this as shown below.
- name: Install Company Development Certificate
uses: shapehq/actions/install-company-development-certificate@v1
with:
set-default-keychain: falseYou may optionally specify the name of the keychain to install the certificate and the password of that keychain.
- name: Install Company Development Certificate
uses: shapehq/actions/install-company-development-certificate@v1
with:
keychain-name: signing.keychain
keychain-password: h3ll0w0rldUse the install-certificate action to install a specified certificate.