actions-marketplace-validations/Setup Store Connect API
This action creates the JSON of the API key to use the Store Connect API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key-id | Specifies the Key ID. | yes | — |
| issuer-id | Specifies the Issuer ID. | yes | — |
| in-house | Specify true for Apple Developer Enterprise Program. Otherwise, specify false. If omitted, false is specified. | no | false |
| key | Specify the contents of the p8 file downloaded from Store Connect. | yes | — |
| output-directory | Specifies the output directory for JSON files. If omitted, `runner.temp` is set. | no | ${{ runner.temp }} |
Outputs
| name | description |
|---|---|
| output-path | The output JSON file path is set. |