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.
- 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 }}