Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 926 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 926 Bytes

Submit for TestFlight Review

This tool is meant to submit builds that are already uploaded to TestFlight for Beta App Reviews. This tool uses the AppStoreConnect API and authenticate through API keys, so it should be compatible with all runners.

Usage

- name: 'Submit review for external beta testing'
  uses: shichen85/submit-for-testflight-review@v1
  with: 
    app-id: '123456789'
    bundle-version-string: '0.0.1'
    group-name: 'beta'  
    issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
    api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
    api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}