apple-actions/Download Apple Provisioning Profiles

Downloads an Apple Provisioning Profiles from the AppStore Connect API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 17, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: apple-actions/download-provisioning-profiles@c62019de00bb4395ed414e4a17c98f4e279636de # v6.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
bundle-idThe bundle identifier of the applicationyes
profile-typeThe 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_INHOUSEno
issuer-idThe AppStore Connect API Key Issuer Identifieryes
api-key-idThe Key ID for AppStore Connect APIyes
api-private-keyThe PKCS8 format Private Key for AppStore Connect APIyes
namedescription
profilesA JSON string containing an array of objects with the `name`, `udid`, and `type` of the provisioning profiles downloaded.