actions-marketplace-validations/Download Apple Provisioning Profiles
Downloads an Apple Provisioning Profiles from the AppStore Connect API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bundle-id | The bundle identifier of the application | yes | — |
| profile-type | The type of profile to download. One of IOS_APP_DEVELOPMENT, IOS_APP_STORE, IOS_APP_ADHOC, IOS_APP_INHOUSE, MAC_APP_DEVELOPMENT, MAC_APP_STORE, MAC_APP_DIRECT, TVOS_APP_DEVELOPMENT, TVOS_APP_STORE, TVOS_APP_ADHOC, TVOS_APP_INHOUSE | no | — |
| issuer-id | The AppStore Connect API Key Issuer Identifier | yes | — |
| api-key-id | The Key ID for AppStore Connect API | yes | — |
| api-private-key | The PKCS8 format Private Key for AppStore Connect API | yes | — |
Outputs
| name | description |
|---|---|
| profiles | A JSON string containing an array of objects with the `name`, `udid`, and `type` of the provisioning profiles downloaded. |