File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 with :
7272 api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
7373 api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
74- app-binary-id : ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198 ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
74+ app-binary-id : ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
7575 workspace : ./flows/ios-flow-german.yaml
7676 device-locale : " de_DE"
7777 use-beta : ${{ github.event.inputs.use-beta }}
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
131131 api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
132- app-binary-id : ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198 ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
132+ app-binary-id : ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
133133 workspace : ./flows/ios-flow-env.yaml
134134 env : |
135135 BUNDLEID=org.wikimedia.wikipedia
Original file line number Diff line number Diff line change 2929 with :
3030 api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
3131 api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
32- app-binary-id : ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198 ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
32+ app-binary-id : ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
3333 workspace : ./flows/speed-tests
3434 use-beta : ${{ github.event.inputs.use-beta }}
3535 name : " iOS Speed Test"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 with :
108108 api-key : ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
109109 api-url : ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
110- app-binary-id : ${{ github.event.inputs.environment == 'dev' && '9e4f3c0b-146e-4bc8-8820-d49eb5e25198 ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
110+ app-binary-id : ${{ github.event.inputs.environment == 'dev' && '299a3fc8-8024-4c5e-93fd-ee2512b227ca ' || 'c5c8c570-d2c5-440c-9183-f39c09999d8d' }}
111111 workspace : ${{ steps.set-flow-file.outputs.flow-file }}
112112 ios-device : ${{ matrix.device }}
113113 ios-version : ${{ matrix.ios-version }}
You can’t perform that action at this time.
0 commit comments