Skip to content

Add apple id for Testflight #45

Description

@Beakerboy

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions