@@ -285,8 +285,6 @@ jobs:
285
285
env :
286
286
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
287
287
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
288
- testing_repo_dir : " /tmp/test/"
289
- testing_repo : " firebase-ios-sdk"
290
288
runs-on : macos-15
291
289
steps :
292
290
- uses : actions/checkout@v4
@@ -327,8 +325,6 @@ jobs:
327
325
env :
328
326
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
329
327
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
330
- testing_repo_dir : " /tmp/test/"
331
- testing_repo : " firebase-ios-sdk"
332
328
runs-on : macos-15
333
329
steps :
334
330
- uses : actions/checkout@v4
@@ -360,8 +356,6 @@ jobs:
360
356
env :
361
357
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
362
358
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
363
- testing_repo_dir : " /tmp/test/"
364
- testing_repo : " firebase-ios-sdk"
365
359
runs-on : macos-15
366
360
steps :
367
361
- uses : actions/checkout@v4
@@ -393,8 +387,6 @@ jobs:
393
387
# env:
394
388
# plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
395
389
# botaccess: ${{ secrets.PRERELEASE_TESTING_PAT }}
396
- # testing_repo_dir: "/tmp/test/"
397
- # testing_repo: "firebase-ios-sdk"
398
390
# LEGACY: true
399
391
# # TODO: The functions quickstart uses Material which isn't supported by Xcode 15
400
392
# runs-on: macos-12
@@ -432,8 +424,6 @@ jobs:
432
424
env :
433
425
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
434
426
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
435
- testing_repo_dir : " /tmp/test/"
436
- testing_repo : " firebase-ios-sdk"
437
427
runs-on : macos-15
438
428
steps :
439
429
- uses : actions/checkout@v4
@@ -467,8 +457,6 @@ jobs:
467
457
env :
468
458
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
469
459
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
470
- testing_repo_dir : " /tmp/test/"
471
- testing_repo : " firebase-ios-sdk"
472
460
runs-on : macos-15
473
461
steps :
474
462
- uses : actions/checkout@v4
@@ -531,8 +519,6 @@ jobs:
531
519
env :
532
520
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
533
521
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
534
- testing_repo_dir : " /tmp/test/"
535
- testing_repo : " firebase-ios-sdk"
536
522
LEGACY : true
537
523
runs-on : macos-15
538
524
steps :
@@ -563,8 +549,6 @@ jobs:
563
549
env :
564
550
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
565
551
botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
566
- testing_repo_dir : " /tmp/test/"
567
- testing_repo : " firebase-ios-sdk"
568
552
runs-on : macos-15
569
553
steps :
570
554
- uses : actions/checkout@v4
0 commit comments