Skip to content

fix: 400 error on commit-bundle - WPB-21784 πŸ’ (#4145) #503

fix: 400 error on commit-bundle - WPB-21784 πŸ’ (#4145)

fix: 400 error on commit-bundle - WPB-21784 πŸ’ (#4145) #503

name: Beta
on:
push:
branches:
- 'release/cycle-*' # automatically trigger a beta build when merge is done to the branch
workflow_dispatch:
inputs:
distribute_externals:
type: boolean
description: 'Distribute externally'
default: false
permissions:
checks: write
jobs:
testflight_beta:
uses: ./.github/workflows/_reusable_app_release.yml
with:
countly_enabled: true
datadog_enabled: true
fastlane_action: testflight_beta
distribute_externals: ${{ inputs.distribute_externals || false }}
notify_secret: WIRE_IOS_BUILD_WEBHOOK
secrets: inherit