mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
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:
parent
154610e08b
commit
150df36fad
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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 = {
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user