diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f5525a1..44c226e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,6 +4,7 @@ on: push: branches: - claude/article-ideas-react-native-puYVn + - claude/fix-editor-view-vIaRX - main - master @@ -28,6 +29,7 @@ jobs: uses: expo/expo-github-action@v8 with: eas-version: latest + packager: npm token: ${{ secrets.EXPO_TOKEN }} - name: Initialize EAS project (creates if not exists)