Skip to content

Commit f32c068

Browse files
committed
chore: test new expo/eas-actions/setup
1 parent 408c2c0 commit f32c068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-monorepo/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ runs:
3333
cache: pnpm
3434

3535
- name: 🏗 Setup Expo
36-
uses: expo/expo-github-action@v8
36+
uses: expo/eas-actions/setup@"@bycedric/setup"
3737
with:
3838
eas-version: ${{ inputs.eas-version }}
39-
token: ${{ inputs.expo-token }}
39+
expo-token: ${{ inputs.expo-token }}
4040

4141
- name: 📦 Install dependencies
4242
run: pnpm install

0 commit comments

Comments
 (0)