Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Installs the specified certificate in the keychain.

- name: Install Certificate
  uses: q42/actions/install-certificate@v1
  with:
    build-certificate-base64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
    certificate-password: ${{ secrets.BUILD_CERTIFICATE_PASSWORD }}