Skip to content

ci: add expo dev build GitHub Actions workflow (#27639) #1

ci: add expo dev build GitHub Actions workflow (#27639)

ci: add expo dev build GitHub Actions workflow (#27639) #1

##############################################################################################
#
# Expo Dev Build — replaces the Bitrise expo_dev_pipeline.
#
# Triggered on every push to main. Builds the main-dev configuration (Debug, simulator)
# for both iOS and Android using the reusable build.yml workflow.
#
# No version bump or TestFlight upload — this is a dev/simulator build only.
# Artifacts (iOS .app zip + Android APK) are uploaded as GitHub Actions artifacts.
#
# [skip ci] commits (e.g. version bumps) are automatically skipped by GitHub Actions.
#
##############################################################################################
name: Expo Dev Build
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
build-dev:

Check failure on line 27 in .github/workflows/expo-dev-build.yml

View workflow run for this annotation

GitHub Actions / Expo Dev Build

Invalid workflow file

The workflow is not valid. .github/workflows/expo-dev-build.yml (Line: 27, Col: 3): Error calling workflow 'MetaMask/metamask-mobile/.github/workflows/build.yml@285da874e6fa56fbc76ca4a943a8278543deef54'. The nested job 'update-build-version' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Expo dev build (main-dev)
uses: ./.github/workflows/build.yml
with:
build_name: main-dev
platform: both
skip_version_bump: true
secrets: inherit