Skip to content

Commit 16d939b

Browse files
committed
chore: add EXPO_TOKEN context to deploy workflow
1 parent 8f558ae commit 16d939b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: 🏗 Setup monorepo
3434
uses: ./.github/actions/setup-monorepo
35+
with:
36+
expo-token: ${{ secrets.EXPO_TOKEN }}
3537

3638
- name: ✅ Build apps/example
3739
run: pnpm run -w build:example

0 commit comments

Comments
 (0)