authgear/Create fastlane API Key JSON file

Implement https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 21, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: authgear/gh-actions-create-fastlane-api-key-json-file@193c37582b3a88b0e04cf5efe5d28bbf47ca4ed2 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_key_idThe API key IDyesinvalid
api_key_issuerThe API key issuer. It is typically a UUID.yesinvalid
api_key_base64base64 encoded key file in .p8 formatyesinvalid
output_pathThe path to write the fastlane API Key JSON fileyes./build/fastlane-api-key.json

no outputs