Skip to content

Commit

Permalink
chore: add EXPO_TOKEN context to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 19, 2025
1 parent 8f558ae commit 16d939b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: 🏗 Setup monorepo
uses: ./.github/actions/setup-monorepo
with:
expo-token: ${{ secrets.EXPO_TOKEN }}

- name: ✅ Build apps/example
run: pnpm run -w build:example
Expand Down

0 comments on commit 16d939b

Please sign in to comment.