You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenges/release/02.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,20 +40,19 @@ If you want to store secret key in your repository like `SENTRY_API_KEY`, you ca
40
40
To create a new secret, run :
41
41
42
42
```console
43
-
eas secret
43
+
eas env
44
44
```
45
45
46
46
```console
47
-
eas secret:create // create a new secret
48
-
eas secret:list // view any existing secrets for this project
47
+
eas env:create // create a new secret
48
+
eas env:list // view any existing secrets for this project
49
49
```
50
50
51
-
-[ ] use `eas secret:create` and create a fake `SWAPI_KEY` because there is no API key for the Star Wars API.
51
+
-[ ] use `eas env:create` and create a fake `SWAPI_KEY` because there is no API key for the Star Wars API.
52
52
53
53
In the next lesson, we are going to build your app and show you how to install it on your phone.
54
54
55
55
## π½ Bonus
56
56
57
-
-[ ] Add a custom icon for your dev app
58
-
59
-
Use [App-icon-badge](https://github.com/obytes/app-icon-badge) and update your `app.config.js` to have a custom icon for your dev app.
57
+
-[ ] Check [with-env config](https://github.com/betomoedano/with-environments/blob/main/app.config.ts) and update your `app.config` file.
58
+
-[ ] Create new icons like [with-env icons](https://github.com/betomoedano/with-environments/tree/main/assets/images/icons) to have a custom icon for your dev app.
0 commit comments