diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index f498f69ed8..058ba4eb3b 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -46,9 +46,10 @@ jobs: - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile - - name: 🧐 Validate Expo token + - name: 🔨 Setup Expo CLI uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - uses: actions/setup-java@v5 diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index 35719ae0db..8801ecd100 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -46,9 +46,10 @@ jobs: - name: ⚙️ Install dependencies run: pnpm install --frozen-lockfile - - name: 🧐 Validate Expo token + - name: 🔨 Setup Expo CLI uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - uses: maxim-lobanov/setup-xcode@v1 diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 0cad065cc6..6646e72eef 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -178,9 +178,10 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: 🧐 Validate Expo token + - name: 🔨 Setup EAS uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: ⚙️ Install dependencies @@ -323,9 +324,10 @@ jobs: node-version-file: .nvmrc cache: pnpm - - name: 🧐 Validate Expo token + - name: 🔨 Setup EAS uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - uses: actions/setup-java@v5 diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index c0bace3108..1c3a810b3a 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -140,9 +140,10 @@ jobs: - name: Type check run: pnpm typecheck - - name: 🧐 Validate Expo token + - name: 🔨 Setup EAS uses: expo/expo-github-action@main with: + expo-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: 🪛 Setup jq