Skip to content

feat: mpc and hardware wallets UI #107

feat: mpc and hardware wallets UI

feat: mpc and hardware wallets UI #107

Workflow file for this run

on:
pull_request:
types:
- synchronize
- labeled
permissions:
contents: write
pull-requests: write
name: trigger EAS deploy
jobs:
deploy-eas:
if: contains(github.event.pull_request.labels.*.name, 'needs:demo-build')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/eas-deploy
with:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
ASC_APP_ID: ${{ secrets.ASC_APP_ID }}
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
LEATHER_BOT: ${{ secrets.LEATHER_BOT }}