apple-actions/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
- Activelast commit Jun 17, 2026
- License
- MIT
Pinned Snippet
uses: apple-actions/download-provisioning-profiles@c62019de00bb4395ed414e4a17c98f4e279636de # v6.0.0tags can be moved; commit SHAs can't. why a SHA?
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. |