Skip to content

Commit 92e77b5

Browse files
committed
Feat: eas-build.yml 수정
1 parent 6b42e60 commit 92e77b5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/eas-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ jobs:
2121
- name: Install EAS CLI
2222
run: npm install -g eas-cli
2323

24-
# - name: Authenticate with EAS
25-
# env:
26-
# EAS_BUILD_TOKEN: ${{ secrets.EXPO_TOKEN }}
24+
- name: Authenticate with EAS
25+
run: eas login --token ${{ secrets.EXPO_TOKEN }}
2726

2827
- name: Install dependencies
2928
run: npm install
3029

3130
- name: Build Android app with EAS
3231
run: eas build --platform android --profile apk --non-interactive
33-
env:
34-
EAS_BUILD_TOKEN: ${{ secrets.EXPO_TOKEN }}

0 commit comments

Comments
 (0)