sozrk/Upload Test Notes to TestFlight
Uploads TestFlight test notes to a specific app version on App Store Connect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_issuer_id | App Store Connect API issuer ID | yes | — |
| api_key_id | App Store Connect API key ID | yes | — |
| api_private_key | App Store Connect API private key, a PEM-encoded PKCS#8 string. It can be additionally base64 encoded on top of that. | yes | — |
| bundle_id | App's bundle ID e.g. com.example.app | yes | — |
| app_version | The version of the app to upload the release notes to | yes | — |
| whats_new | The release notes to upload | yes | — |
| disable_default_timeout | Disable the default 25-minute timeout for this action. If you want to set a custom timeout, set this to true and use the built-in field `timeout-minutes`. | no | false |
| auto_fix_content | Automatically fix issues in the release notes. Remove incorrect characters (emojis) and ensure maximum length is not exceeded. | no | true |
Outputs
no outputs