mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[INJIMOB-2779] remove enable auth user input for ios workflows (#1846)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
12
.github/workflows/internal-build.yml
vendored
12
.github/workflows/internal-build.yml
vendored
@@ -74,14 +74,6 @@ on:
|
||||
options:
|
||||
- false
|
||||
- true
|
||||
enable_auth:
|
||||
description: 'Enable Authentication'
|
||||
required: true
|
||||
default: 'true'
|
||||
type: choice
|
||||
options:
|
||||
- false
|
||||
- true
|
||||
|
||||
jobs:
|
||||
set-client-id:
|
||||
@@ -140,7 +132,7 @@ jobs:
|
||||
APPLICATION_THEME: ${{ inputs.theme }}
|
||||
BUILD_DESCRIPTION: ${{ inputs.buildName }}
|
||||
ALLOW_ENV_EDIT: ${{ inputs.allow_env_edit }}
|
||||
LIVENESS_DETECTION: ${{ inputs.liveness_detection }}
|
||||
LIVENESS_DETECTION: 'false'
|
||||
APP_FLAVOR: ${{ inputs.injiFlavor }}
|
||||
SERVICE_LOCATION: '.'
|
||||
ANDROID_SERVICE_LOCATION: 'android'
|
||||
@@ -166,7 +158,7 @@ jobs:
|
||||
TESTFLIGHT_BETA_APP_DESCRIPTION: ${{ inputs.buildName }}
|
||||
ALLOW_ENV_EDIT: ${{ inputs.allow_env_edit }}
|
||||
LIVENESS_DETECTION: ${{ inputs.liveness_detection }}
|
||||
ENABLE_AUTH: ${{ inputs.enable_auth }}
|
||||
ENABLE_AUTH: 'true'
|
||||
TESTFLIGHT_INTERNAL_TESTERS_GROUP: ${{ inputs.internal-testers }}
|
||||
APP_FLAVOR: ${{ inputs.injiFlavor }}
|
||||
SERVICE_LOCATION: '.'
|
||||
|
||||
12
.github/workflows/ios-custom-build.yml
vendored
12
.github/workflows/ios-custom-build.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
buildName:
|
||||
description: 'Build App For'
|
||||
description: 'Build App For UI Automation with Biometric-Off'
|
||||
required: true
|
||||
default: 'Sprint-x/QA-Inji/Release-x.x.x'
|
||||
type: string
|
||||
@@ -46,14 +46,6 @@ on:
|
||||
options:
|
||||
- false
|
||||
- true
|
||||
enable_auth:
|
||||
description: 'Enable Authentication'
|
||||
required: true
|
||||
default: 'true'
|
||||
type: choice
|
||||
options:
|
||||
- false
|
||||
- true
|
||||
|
||||
jobs:
|
||||
build-ios:
|
||||
@@ -66,7 +58,7 @@ jobs:
|
||||
TESTFLIGHT_BETA_APP_DESCRIPTION: ${{ inputs.buildName }}
|
||||
ALLOW_ENV_EDIT: ${{ inputs.allow_env_edit }}
|
||||
LIVENESS_DETECTION: 'false'
|
||||
ENABLE_AUTH: ${{ inputs.enable_auth }}
|
||||
ENABLE_AUTH: 'false'
|
||||
TESTFLIGHT_INTERNAL_TESTERS_GROUP: 'Dev-testing'
|
||||
APP_FLAVOR: ${{ inputs.injiFlavor }}
|
||||
SERVICE_LOCATION: '.'
|
||||
|
||||
Reference in New Issue
Block a user