We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b42e60 commit 92e77b5Copy full SHA for 92e77b5
1 file changed
.github/workflows/eas-build.yml
@@ -21,14 +21,11 @@ jobs:
21
- name: Install EAS CLI
22
run: npm install -g eas-cli
23
24
- # - name: Authenticate with EAS
25
- # env:
26
- # EAS_BUILD_TOKEN: ${{ secrets.EXPO_TOKEN }}
+ - name: Authenticate with EAS
+ run: eas login --token ${{ secrets.EXPO_TOKEN }}
27
28
- name: Install dependencies
29
run: npm install
30
31
- name: Build Android app with EAS
32
run: eas build --platform android --profile apk --non-interactive
33
- env:
34
- EAS_BUILD_TOKEN: ${{ secrets.EXPO_TOKEN }}
0 commit comments