1
0
mirror of https://github.com/tooot-app/app synced 2025-01-14 18:36:09 +01:00

Fix new expo action

This commit is contained in:
Zhiyuan Zheng 2021-10-04 22:21:27 +02:00
parent 3b4ea0bd70
commit 2aae9cfec7

View File

@ -23,8 +23,8 @@ jobs:
uses: expo/expo-github-action@v6
with:
expo-version: 4.x
expo-username: ${{ secrets.EXPO_USERNAME }}
expo-token: ${{ secrets.EXPO_TOKEN }}
username: ${{ secrets.EXPO_USERNAME }}
token: ${{ secrets.EXPO_TOKEN }}
- name: -- Step 4 -- Install node dependencies
run: yarn install
- name: -- Step 5 -- Install native dependencies