Skip to content

Commit c24c54d

Browse files
chore(doctor): fix envfile doctor github
1 parent 582ae9e commit c24c54d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/expo-doctor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
name: Expo Doctor (expo)
2929
runs-on: ubuntu-latest
3030

31+
env:
32+
# Add your other environment variables here, e.g.:
33+
API_URL: https://dummyjson.com/
34+
SECRET_KEY: my-secret-key
35+
VAR_NUMBER: 10
36+
VAR_BOOL: true
37+
3138
steps:
3239
- name: 📦 Checkout project repo
3340
uses: actions/checkout@v3

0 commit comments

Comments
 (0)