Skip to content

C1 C2 C3 Production

C1 C2 C3 Production #3

name: C1 C2 C3 Production
on: workflow_dispatch
permissions:
checks: write
jobs:
column_1_production:
uses: ./.github/workflows/_reusable_app_release.yml
with:
fastlane_action: appstore_col_1_prod
secrets: inherit
column_2_production:
uses: ./.github/workflows/_reusable_app_release.yml
with:
fastlane_action: appstore_col_2_prod
secrets: inherit
column_3_production:
uses: ./.github/workflows/_reusable_app_release.yml
with:
fastlane_action: appstore_col_3_prod
secrets: inherit