What data is needed in apple_developer_portal_data.json when running auto-provision from Bitrise CLI

Hi,

I am using the Bitrise CLI in Gitlab and trying to run the ios-auto-provision-appstoreconnect step. The top is failing because of the build_url input. Since I don’t have a Bitrise build_url, I need to instead add the file path for a local apple_developer_portal_data.json file like the instructions say.

I cannot find any documentation for what is needed in this file. Could anyone please provide me some assistance?

Thanks,
Neil

I found the solution.
What is needed is:

{
  issuer_id: <ISSUER_ID>
  key_id: <KEY_ID>
  private_key: <PRIVATE_KEY>
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.