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 92fab41 commit 3f544ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ jobs:
- name: Create preview
uses: expo/expo-github-action/preview@v8
with:
command: eas update --platform=ios --non-interactive --branch ${{ github.ref }} --message "Update to ${{ github.sha }}"
command: eas update --platform=ios --non-interactive --branch ${{ github.ref }} --message "Update to ${{ github.sha }}"
github-token: ${{ secrets.FOAM_GITHUB_TOKEN }}

0 comments on commit 3f544ea

Please sign in to comment.