bottlerocketstudios/Provisioning Setup Action
Installs signing certificates (.p12) as well as provisioning profiles (.mobileprovision) on macOS runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| profiles | The list of provisioning profiles to be copied into the appropriate directory, each Base64 encoded. Each profile should be specified on it's own line | no | — |
| signing_certificate | The signing certificate to be imported into a keychain, Base64 encoded | no | — |
| signing_certificate_password | The password to the signing certificate | no | — |
| requires_keychain_creation | By 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. | yes | false |
| keychain_name | The name for the keychain the signing certificate will be imported into. Defaults to 'provisioning_temporary'. | yes | provisioning_temporary.keychain |
| keychain_password | The password to unlock the temporary keychain. Will be automatically generated when using the default keychain name | no | — |
Outputs
| name | description |
|---|---|
| keychain_name | The name of the temporary keychain |
| keychain_password | The password to unlock the temporary keychain |