@@ -32,16 +32,31 @@ This template bootstraps Expo Managed Workflow focused not only on solid project
3232 - [ Size Scaling] ( #size-scaling )
3333 - [ Other Recommended Solutions] ( #other-recommended-solutions )
3434 - [ Release Process] ( #release-process )
35- - [ Prerequisites] ( #prerequisites )
36- - [ Adding new ENV variables] ( #adding-new-env-variables )
37- - [ Development Build] ( #development-build )
38- - [ Staging Release] ( #staging-release )
39- - [ Production Submit] ( #production-submit )
40- - [ Release process example] ( #example-of-_ideal_-scenario )
41- - [ Hotfix Scenario example] ( #hotfix-scenario )
35+ - [ Prerequisites:] ( #prerequisites )
36+ - [ EAS] ( #eas )
37+ - [ GitHub Setup Instructions] ( #github-setup-instructions )
38+ - [ Expo Access Token] ( #expo-access-token )
39+ - [ GitHub Workflow Permissions] ( #github-workflow-permissions )
40+ - [ GitHub Personal Access Token] ( #github-personal-access-token )
41+ - [ Required Permissions Table] ( #required-permissions-table )
42+ - [ EAS BUILD] ( #eas-build )
43+ - [ Credentials] ( #credentials )
44+ - [ Builds and Submission] ( #builds-and-submission )
45+ - [ OTA-UPDATE] ( #ota-update )
46+ - [ Build number:] ( #build-number )
47+ - [ Adding new ` ENV ` variables:] ( #adding-new-env-variables )
48+ - [ Development Build:] ( #development-build )
49+ - [ Staging Release:] ( #staging-release )
50+ - [ WARNING IN CASE ` Require a pull request before merging ` RULE IS ENABLED] ( #warning-in-case-require-a-pull-request-before-merging-rule-is-enabled )
51+ - [ Production Submit:] ( #production-submit )
52+ - [ Example of _ ideal_ scenario:] ( #example-of-ideal-scenario )
53+ - [ Hotfix Scenario:] ( #hotfix-scenario )
4254 - [ JIRA Integration] ( #jira-integration )
4355 - [ Slack Integration] ( #slack-integration )
44- - [ DEV build distribution] ( #dev-build-distribution )
56+ - [ DEV BUILD DISTRIBUTION] ( #dev-build-distribution )
57+ - [ SLACK APP] ( #slack-app )
58+ - [ CLOUDFLARE WORKERS] ( #cloudflare-workers )
59+ - [ EAS SETUP] ( #eas-setup )
4560
4661## Important Defaults - SETUP
4762
@@ -225,7 +240,7 @@ submit": {
225240
226241### GitHub Workflow Permissions
227242
228- 1 . Go to ` Settings ` > ` Actions ` > ` Workflow permissions ` .
243+ 1 . Go to ` Settings ` > ` Actions ` > ` General ` > ` Workflow permissions ` .
2292442 . Check ` Read and write permissions ` .
230245
231246### GitHub Personal Access Token
@@ -257,6 +272,11 @@ When setting up the Fine-grained Personal Access Token, ensure you select the fo
257272
258273### EAS BUILD
259274
275+ - Setup your project with your EAS account by running:
276+ ```
277+ npx eas init
278+ ```
279+
260280### Credentials
261281
262282- Set up` App Store Connect API Keys ` for ` staging ` and ` production ` by running:
0 commit comments