nextdriveioe/Download Provision Profile
Download iOS Provisioning Profiles from the App Store Connect API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key-id | App Store Connect API Key ID | yes | — |
| issuer-id | App Store Connect API Issuer ID | yes | — |
| appstore-api-private-key-base64 | App Store Connect API Private Key in base64 format | yes | — |
| profile-type | Profile type (IOS_APP_STORE, IOS_APP_ADHOC, IOS_APP_DEVELOPMENT, IOS_APP_INHOUSE) | yes | IOS_APP_STORE |
| profile-name | Exact name of the provision profile in App Store Connect | yes | — |
| output-path | Output path for the downloaded profile | no | ./profile.mobileprovision |
Outputs
| name | description |
|---|---|
| profile-path | Path to the downloaded profile |
| profile-found | Whether the profile was found and downloaded successfully |