bottlerocketstudios/Provisioning Setup Action

Installs signing certificates (.p12) as well as provisioning profiles (.mobileprovision) on macOS runners

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
profilesThe list of provisioning profiles to be copied into the appropriate directory, each Base64 encoded. Each profile should be specified on it's own lineno
signing_certificateThe signing certificate to be imported into a keychain, Base64 encodedno
signing_certificate_passwordThe password to the signing certificateno
requires_keychain_creationBy default, a keychain will only be created if it doesn't already exist. A value of true will fail the action if the specific keychain already exists.yesfalse
keychain_nameThe name for the keychain the signing certificate will be imported into. Defaults to 'provisioning_temporary'.yesprovisioning_temporary.keychain
keychain_passwordThe password to unlock the temporary keychain. Will be automatically generated when using the default keychain nameno
namedescription
keychain_nameThe name of the temporary keychain
keychain_passwordThe password to unlock the temporary keychain