0.1.3 • Published 2 years ago

@akiojin/setup-store-connect-api-json-github-action v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

setup-store-connect-api-json-github-action

BuildAndTest

This action creates the JSON of the API key to use the Store Connect API. It also sets the environment variable APP_STORE_CONNECT_API_KEY_PATH for fastlane to the JSON file path created.

Key ID and Issuer ID can be obtained from

https://appstoreconnect.apple.com/access/api

SS.png

Usage

Simple usage

- uses: akiojin/setup-store-connect-api-json-github-action@v0.1.0
  with:
    key-id: ${{ secrets.APPLE_STORE_CONNECT_KEY_ID }}
    issuer-id: ${{ secrets.APPLE_STORE_CONNECT_ISSUER_ID }}
    key: ${{ secrets.APPLE_STORE_CONNECT_KEY }}

Arguments

Inputs

NameRequiredTypeDefaultDescription
key-idtruestringSpecifies the Key ID.
issuer-idtruestringSpecifies the Issuer ID.
in-housefalsebooleanfalseSpecify true for Apple Developer Enterprise Program. Otherwise, specify false. If omitted, false is specified.
keytruestringSpecify the contents of the p8 file downloaded from Store Connect.
output-directoryfalsestringrunner.tempSpecifies the output directory for JSON files. If omitted, runner.temp is set.

Outputs

NameTypeDescription
output-pathstringThe output JSON file path is set.

License

Any contributions made under this project will be governed by the MIT License.

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago