authgear/Create fastlane API Key JSON file
Implement https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 21, 2025
- License
- None
Pinned Snippet
uses: authgear/gh-actions-create-fastlane-api-key-json-file@193c37582b3a88b0e04cf5efe5d28bbf47ca4ed2 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key_id | The API key ID | yes | invalid |
| api_key_issuer | The API key issuer. It is typically a UUID. | yes | invalid |
| api_key_base64 | base64 encoded key file in .p8 format | yes | invalid |
| output_path | The path to write the fastlane API Key JSON file | yes | ./build/fastlane-api-key.json |
Outputs
no outputs