submit-for-testflight-review
ActionsTags
(2)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 }}
submit-for-testflight-review is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.