about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-05-16 11:14:02 -0700
committerGitHub <noreply@github.com>2023-05-16 13:14:02 -0500
commitd5bec4ff37fb3423b8f083dd9fe95c066b4cf90e (patch)
tree8b6fe79e293d3afee7195ab0975feec8a82b9e40 /eas.json
parent50c1841a06d0502428f70bb0bb225cca70f82c20 (diff)
downloadvoidsky-d5bec4ff37fb3423b8f083dd9fe95c066b4cf90e.tar.zst
Update build instructions (#639)
* Create .env.example

* Update build.md

* Update eas.json

* Update build.md

* Update build.md

* Update build.md

* Update docs/build.md

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>

---------

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json15
1 files changed, 3 insertions, 12 deletions
diff --git a/eas.json b/eas.json
index 32d5b13d9..60c8be378 100644
--- a/eas.json
+++ b/eas.json
@@ -11,29 +11,20 @@
         "simulator": true,
         "resourceClass": "medium"
       },
-      "channel": "development",
-      "env": {
-        "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65"
-      }
+      "channel": "development"
     },
     "preview": {
       "distribution": "internal",
       "ios": {
         "resourceClass": "medium"
       },
-      "channel": "preview",
-      "env": {
-        "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65"
-      }
+      "channel": "preview"
     },
     "production": {
       "ios": {
         "resourceClass": "medium"
       },
-      "channel": "production",
-      "env": {
-        "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65"
-      }
+      "channel": "production"
     }
   },
   "submit": {