We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the setup-apple-codesigning wiki!
Use base64 -i certs_and_private_keys.p12 to get the content of MACOS_SIGNING_CERT.
base64 -i certs_and_private_keys.p12
MACOS_SIGNING_CERT
- name: Set up macOS Signing Certificates uses: kaito-tokyo/setup-apple-codesigning@b9f7d7c6819fe6f6bb44694b75963918dcbddd27 # v1.0.0 with: MACOS_SIGNING_CERT: ${{ secrets.MACOS_SIGNING_CERT }} MACOS_SIGNING_CERT_PASSWORD: ${{ secrets.MACOS_SIGNING_CERT_PASSWORD }}