change how token works
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 18s
Build and Deploy Backend / Build (Frontend Web) (push) Successful in 59s
Build and Deploy Backend / Build Native Android App (EAS) (push) Successful in 46s
Build and Deploy Backend / Build (Backend) (push) Successful in 49s
Build and Deploy Backend / Deploy to Host (push) Failing after 3s

This commit is contained in:
c-d-p
2025-05-01 14:56:17 +02:00
parent d3fa5d7271
commit 99e2d13aab

View File

@@ -187,12 +187,10 @@ jobs:
run: npm ci run: npm ci
- name: Install EAS CLI - name: Install EAS CLI
run: npm install -g eas-cli run: npm install -g eas-cli
- name: Log in to Expo account
env:
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
run: eas login --token $EXPO_TOKEN
- name: Trigger EAS Build for Android - name: Trigger EAS Build for Android
working-directory: ./interfaces/nativeapp working-directory: ./interfaces/nativeapp
env:
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }} # EAS token for authentication
run: | run: |
eas build --platform android --profile production --non-interactive --no-wait eas build --platform android --profile production --non-interactive --no-wait