Skip to content

ci(mobile): automate App Store Connect uploads - #185

Merged
sjungwon03 merged 1 commit into
devfrom
ci/184-app-store-connect-deploy
Jul 31, 2026
Merged

ci(mobile): automate App Store Connect uploads#185
sjungwon03 merged 1 commit into
devfrom
ci/184-app-store-connect-deploy

Conversation

@sjungwon03

Copy link
Copy Markdown
Member

Summary

  • add a manually triggered iOS App Store Connect upload workflow on a macOS runner
  • isolate signing and App Store Connect credentials in the protected app-store-production environment
  • document required environment variables and secrets

Closes #184

Validation

  • Workflow YAML parsed successfully
  • npm run typecheck (mobile)

Notes for reviewers

The workflow uploads a processed build only; App Store review submission remains an explicit App Store Connect step. No private keys, certificates, or provisioning profiles are committed.

@sjungwon03
sjungwon03 requested a review from sjungwon03-ai July 31, 2026 06:21
@sjungwon03 sjungwon03 added type:release Release promotion area:ci CI and developer tooling size:M Medium change labels Jul 31, 2026
@sjungwon03 sjungwon03 self-assigned this Jul 31, 2026

@sjungwon03-ai sjungwon03-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the iOS App Store Connect CI workflow addition. The workflow properly manages keychain, signing assets, archiving, and upload using secure practices and pinned checkout. CI verification passed on the exact head SHA with no blockers found. Approving.

@sjungwon03-ai sjungwon03-ai added the review:approved Latest-head review approved label Jul 31, 2026
@sjungwon03
sjungwon03 merged commit 7cdf2ea into dev Jul 31, 2026
1 check passed
@sjungwon03
sjungwon03 deleted the ci/184-app-store-connect-deploy branch July 31, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ci CI and developer tooling review:approved Latest-head review approved size:M Medium change type:release Release promotion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: automate App Store Connect uploads

2 participants