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