@@ -112,10 +112,6 @@ jobs:
112
112
shell : pwsh
113
113
env :
114
114
AZURE_AAD_ID : ${{ secrets.AZURE_AAD_ID }}
115
- # We temporarily need two AAD IDs, as we're using an SSL certificate associated
116
- # with an older App Registration until we have the required hardware to approve
117
- # the new certificate in SSL Admin.
118
- AZURE_AAD_ID_SSL : ${{ secrets.AZURE_AAD_ID_SSL }}
119
115
APPLE_KEY_CODE : ${{ secrets.APPLE_KEY_CODE }}
120
116
APPLE_SIGNING_OP_CODE : ${{ secrets.APPLE_SIGNING_OPERATION_CODE }}
121
117
run : |
@@ -226,10 +222,6 @@ jobs:
226
222
shell : pwsh
227
223
env :
228
224
AZURE_AAD_ID : ${{ secrets.AZURE_AAD_ID }}
229
- # We temporarily need two AAD IDs, as we're using an SSL certificate associated
230
- # with an older App Registration until we have the required hardware to approve
231
- # the new certificate in SSL Admin.
232
- AZURE_AAD_ID_SSL : ${{ secrets.AZURE_AAD_ID_SSL }}
233
225
APPLE_KEY_CODE : ${{ secrets.APPLE_KEY_CODE }}
234
226
APPLE_SIGNING_OP_CODE : ${{ secrets.APPLE_SIGNING_OPERATION_CODE }}
235
227
run : |
@@ -246,10 +238,6 @@ jobs:
246
238
shell : pwsh
247
239
env :
248
240
AZURE_AAD_ID : ${{ secrets.AZURE_AAD_ID }}
249
- # We temporarily need two AAD IDs, as we're using an SSL certificate associated
250
- # with an older App Registration until we have the required hardware to approve
251
- # the new certificate in SSL Admin.
252
- AZURE_AAD_ID_SSL : ${{ secrets.AZURE_AAD_ID_SSL }}
253
241
APPLE_KEY_CODE : ${{ secrets.APPLE_KEY_CODE }}
254
242
APPLE_NOTARIZATION_OP_CODE : ${{ secrets.APPLE_NOTARIZATION_OPERATION_CODE }}
255
243
run : |
@@ -319,10 +307,6 @@ jobs:
319
307
shell : pwsh
320
308
env :
321
309
AZURE_AAD_ID : ${{ secrets.AZURE_AAD_ID }}
322
- # We temporarily need two AAD IDs, as we're using an SSL certificate associated
323
- # with an older App Registration until we have the required hardware to approve
324
- # the new certificate in SSL Admin.
325
- AZURE_AAD_ID_SSL : ${{ secrets.AZURE_AAD_ID_SSL }}
326
310
WINDOWS_KEY_CODE : ${{ secrets.WINDOWS_KEY_CODE }}
327
311
WINDOWS_OP_CODE : ${{ secrets.WINDOWS_OPERATION_CODE }}
328
312
run : |
@@ -353,10 +337,6 @@ jobs:
353
337
shell : pwsh
354
338
env :
355
339
AZURE_AAD_ID : ${{ secrets.AZURE_AAD_ID }}
356
- # We temporarily need two AAD IDs, as we're using an SSL certificate associated
357
- # with an older App Registration until we have the required hardware to approve
358
- # the new certificate in SSL Admin.
359
- AZURE_AAD_ID_SSL : ${{ secrets.AZURE_AAD_ID_SSL }}
360
340
WINDOWS_KEY_CODE : ${{ secrets.WINDOWS_KEY_CODE }}
361
341
WINDOWS_OP_CODE : ${{ secrets.WINDOWS_OPERATION_CODE }}
362
342
run : |
@@ -445,10 +425,6 @@ jobs:
445
425
shell : pwsh
446
426
env :
447
427
AZURE_AAD_ID : ${{ secrets.AZURE_AAD_ID }}
448
- # We temporarily need two AAD IDs, as we're using an SSL certificate associated
449
- # with an older App Registration until we have the required hardware to approve
450
- # the new certificate in SSL Admin.
451
- AZURE_AAD_ID_SSL : ${{ secrets.AZURE_AAD_ID_SSL }}
452
428
LINUX_KEY_CODE : ${{ secrets.LINUX_KEY_CODE }}
453
429
LINUX_OP_CODE : ${{ secrets.LINUX_OPERATION_CODE }}
454
430
run : |
0 commit comments