Skip to content

Beta

Beta #98

name: Beta
on:
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:
fastlane_action: testflight_beta
distribute_externals: ${{ inputs.distribute_externals }}
secrets: inherit