inventas/GitHub Action Xcode Cloud
Trigger Xcode Cloud Workflows via GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| keyId | Key ID from App Store Connect. | yes | — |
| key | P8 private key from App Store Connect. | yes | — |
| issuerId | Issuer ID from App Store Connect. Leave empty if using an Individual App Store Connect key. | no | — |
| xcodeCloudWorkflowId | Workflow ID in Xcode Cloud obtained by inspecting the URL https://appstoreconnect.apple.com/teams/{team-id}/apps/{app-id}/ci/workflows/{workflow-id}. | yes | — |
| gitBranchName | Name of the Git branch to trigger the workflow on. | yes | — |
Outputs
| name | description |
|---|---|
| buildNumber | The build number |
| buildId | The build ID |
| gitReferenceId | The git reference ID |