Skip to content

Github Action for downloading provisioning profiles from Apple AppStore Connect

License

Notifications You must be signed in to change notification settings

Apple-Actions/download-provisioning-profiles

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub Action to download and install Provisioning Profiles

License PRs welcome!

Usage:

jobs:
  build:
    runs-on: macOS-latest
    steps:
    - name: 'Download Provisioning Profiles'
      id: provisioning
      uses: apple-actions/download-provisioning-profiles@v1
      with: 
        bundle-id: 'com.example.App'
        profile-type: 'IOS_APP_STORE'
        issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
        api-key-id: ${{ secrets.APPSTORE_KEY_ID }}
        api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }}
  
    - name: 'Another example step'
      run: echo ${{ steps.provisioning.outputs.profiles }}

Additional Arguments

See action.yml for more details.

Outputs

The action outputs an array of JSON objects to the action output named profiles. You can access and manipulate this data using workflow expressions.

Contributing

We welcome your interest in contributing to this project. Please read the Contribution Guidelines for more guidance.

License

Any contributions made under this project will be governed by the MIT License.

About

Github Action for downloading provisioning profiles from Apple AppStore Connect

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •