Skip to content
arrow-up-circle

GitHub Action

Upload app to TestFlight

v1 Latest version

Upload app to TestFlight

arrow-up-circle

Upload app to TestFlight

Uploads an app to Apple TestFlight

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Upload app to TestFlight

uses: Apple-Actions/upload-testflight-build@v1

Learn more about this action in Apple-Actions/upload-testflight-build

Choose a version

GitHub Action to upload to Apple's TestFlight service

Usage:

- name: 'Upload app to TestFlight'
  uses: apple-actions/upload-testflight-build@v1
  with: 
    app-path: 'path/to/application.ipa' 
    issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
    api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
    api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}

Additional Arguments

See action.yml for more details.