Update testers group name for app distribution (#1867)

* Changed testers group name used for app distribution

* Changed testers group name used for app distribution in workflows
This commit is contained in:
Hekmatullah 2025-05-16 13:05:25 +01:00 committed by GitHub
parent 154610e08b
commit 150df36fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ jobs:
ios_package_name: 'mifospay-ios' # <-- Change this to your ios package name
desktop_package_name: 'mifospay-desktop' # <-- Change this to your desktop package name
web_package_name: 'mifospay-web' # <-- Change this to your web package name
tester_groups: 'mifos-mobile-testers' # <-- Change this to your Firebase tester group
tester_groups: 'mifos-mobile-apps' # <-- Change this to your Firebase tester group
build_ios: ${{ inputs.build_ios }}
publish_ios: ${{ inputs.publish_ios }}
secrets:

View File

@ -6,7 +6,7 @@ on:
tester_groups:
description: 'Comma-separated list of tester groups'
required: true
default: 'mifos-mobile-testers'
default: 'mifos-mobile-apps'
type: string
pull_request:

View File

@ -11,7 +11,7 @@ module FastlaneConfig
firebase_prod_app_id: "1:728434912738:android:0490c291986f0a691a1dbb",
firebase_demo_app_id: "1:728434912738:android:48ccd9153349f31e1a1dbb",
firebase_service_creds_file: "secrets/firebaseAppDistributionServiceCredentialsFile.json",
firebase_groups: "mifos-mobile-testers"
firebase_groups: "mifos-mobile-apps"
}
BUILD_PATHS = {

View File

@ -3,7 +3,7 @@ module FastlaneConfig
FIREBASE_CONFIG = {
firebase_app_id: "1:728434912738:ios:86a7badfaed88b841a1dbb",
firebase_service_creds_file: "secrets/firebaseAppDistributionServiceCredentialsFile.json",
firebase_groups: "mifos-mobile-testers"
firebase_groups: "mifos-mobile-apps"
}
BUILD_CONFIG = {