Skip to content
arrow-up-circle

GitHub Action

upload-testflight

v2 Latest version

upload-testflight

arrow-up-circle

upload-testflight

Uploads an app to Apple TestFlight

Installation

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

              

- name: upload-testflight

uses: henrik1/upload-testflight@v2

Learn more about this action in henrik1/upload-testflight

Choose a version

GitHub Action to upload to Apple's TestFlight service

Usage:

- name: 'Upload app to TestFlight'
  uses: henrik1/upload-testflight@v2
  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.