Skip to content

Commit

Permalink
feat: create preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 16, 2023
1 parent 3f544ea commit eaf32a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ jobs:
uses: expo/expo-github-action/preview@v8
with:
command: eas update --platform=ios --non-interactive --branch ${{ github.ref }} --message "Update to ${{ github.sha }}"
github-token: ${{ secrets.FOAM_GITHUB_TOKEN }}
github-token: ${{ secrets.FOAM_GITHUB_TOKEN }}
app-scheme: exp
qr-target: expo-go

0 comments on commit eaf32a9

Please sign in to comment.