chore: EAS build setup#3
Merged
Merged
Conversation
- app.json: add owner=interactor + EAS projectId (88a146cc) - eas.json: development/preview/production build profiles; all profiles point to production API endpoints; submit config for iOS + Android - .env.example: document EXPO_PUBLIC_* vars and EXPO_ACCESS_TOKEN - .gitignore: exclude .eas/service-account.json and EXPO_ACCESS_TOKEN - .github/workflows/ci.yml: lint+typecheck on every PR; EAS preview build (iOS + Android, --no-wait) after gates pass on PRs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@interactor/product-manager-mobileEAS project (ID88a146cc-a2b2-48f2-aeea-314c745d4e5a)--no-wait) triggered on PRs after gates pass.env.exampledocuments the twoEXPO_PUBLIC_*env vars andEXPO_ACCESS_TOKENAfter merging — one-time setup
Add
EXPO_ACCESS_TOKENto GitHub Actions secrets (Settings → Secrets → Actions):EXPO_ACCESS_TOKENiOS: add your Apple Developer account to EAS credentials:
Fill in
appleTeamIdandascAppIdineas.jsonsubmit.production.iosafterward.Android: download a Play Console service account key and place it at
.eas/service-account.json(gitignored).Trigger a preview build to verify end-to-end:
Rollback
Revert this commit — the app builds locally unchanged; no EAS credentials are committed.