generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
30 lines (30 loc) · 918 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: 'submit-for-testflight-review'
description: 'Submit an iOS app build for TestFlight review.'
author: 'shichen85'
inputs:
app-id:
description: 'Can be found at "App Store" -> "App Information" -> "General Information" -> "Apple ID"'
required: true
bundle-version-string:
description: 'The CFBundleVersion of the build'
required: true
group-name:
description: 'The external testing group name'
required: true
issuer-id:
description: 'The AppStoreConnect API Key Issuer Identifier'
required: true
api-key-id:
description: 'The Key ID for AppStore Connect API'
required: true
api-private-key:
description: 'The PKCS8 format Private Key for AppStore Connect API'
required: true
whats-new:
description: "Text for the What's New section for English (U.S.)."
required: false
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'tag'