Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Installs our default company development certificate in the keychain.

- name: Install Company Development Certificate
  uses: shapehq/actions/install-company-development-certificate@v1

The 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: false

You 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: h3ll0w0rld

Use the install-certificate action to install a specified certificate.