Find your Apple ID by opening App Store Connect, selecting your app, and looking under App Information -> General Information -> Apple ID.
- name: Upload to TestFlight
uses: apple-actions/upload-testflight-build@v1
with:
app-path: 'path/to/your/app.ipa'
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
api-key-content: ${{ secrets.APPSTORE_API_KEY_KEY }}
app-id: '1234567890'
Find your Apple ID by opening App Store Connect, selecting your app, and looking under App Information -> General Information -> Apple ID.
uses: apple-actions/upload-testflight-build@v1
with:
app-path: 'path/to/your/app.ipa'
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
api-key-content: ${{ secrets.APPSTORE_API_KEY_KEY }}
app-id: '1234567890'