We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582ae9e commit c24c54dCopy full SHA for c24c54d
.github/workflows/expo-doctor.yml
@@ -28,6 +28,13 @@ jobs:
28
name: Expo Doctor (expo)
29
runs-on: ubuntu-latest
30
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
+
38
steps:
39
- name: 📦 Checkout project repo
40
uses: actions/checkout@v3
0 commit comments