@@ -88,14 +88,16 @@ jobs:
88
88
- uses : actions/upload-artifact@v4
89
89
with :
90
90
name : Firebase-actions-dir
91
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
92
+ run-id : 8787079219
91
93
# Zip the entire output directory since the builder adds subdirectories we don't know the
92
94
# name of.
93
95
path : zip_output_dir
94
96
95
97
quickstart_framework_abtesting :
96
98
# Don't run on private repo.
97
99
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
98
- needs : package-head
100
+ # needs: package-head
99
101
env :
100
102
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
101
103
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -115,6 +117,8 @@ jobs:
115
117
uses : actions/download-artifact@v4
116
118
with :
117
119
name : Firebase-actions-dir
120
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
121
+ run-id : 8787079219
118
122
- uses : ruby/setup-ruby@v1
119
123
- name : Setup Bundler
120
124
run : ./scripts/setup_bundler.sh
@@ -156,7 +160,7 @@ jobs:
156
160
quickstart_framework_auth :
157
161
# Don't run on private repo.
158
162
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
159
- needs : package-head
163
+ # needs: package-head
160
164
env :
161
165
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
162
166
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -176,6 +180,8 @@ jobs:
176
180
uses : actions/download-artifact@v4
177
181
with :
178
182
name : Firebase-actions-dir
183
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
184
+ run-id : 8787079219
179
185
- uses : ruby/setup-ruby@v1
180
186
- name : Setup Bundler
181
187
run : ./scripts/setup_bundler.sh
@@ -209,7 +215,7 @@ jobs:
209
215
quickstart_framework_config :
210
216
# Don't run on private repo.
211
217
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
212
- needs : package-head
218
+ # needs: package-head
213
219
env :
214
220
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
215
221
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -229,6 +235,8 @@ jobs:
229
235
uses : actions/download-artifact@v4
230
236
with :
231
237
name : Firebase-actions-dir
238
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
239
+ run-id : 8787079219
232
240
- uses : ruby/setup-ruby@v1
233
241
- name : Setup Bundler
234
242
run : ./scripts/setup_bundler.sh
@@ -260,7 +268,7 @@ jobs:
260
268
quickstart_framework_crashlytics :
261
269
# Don't run on private repo.
262
270
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
263
- needs : package-head
271
+ # needs: package-head
264
272
env :
265
273
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
266
274
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -280,6 +288,8 @@ jobs:
280
288
uses : actions/download-artifact@v4
281
289
with :
282
290
name : Firebase-actions-dir
291
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
292
+ run-id : 8787079219
283
293
- uses : ruby/setup-ruby@v1
284
294
- name : Setup Bundler
285
295
run : ./scripts/setup_bundler.sh
@@ -334,7 +344,7 @@ jobs:
334
344
quickstart_framework_database :
335
345
# Don't run on private repo.
336
346
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
337
- needs : package-head
347
+ # needs: package-head
338
348
env :
339
349
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
340
350
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -353,6 +363,8 @@ jobs:
353
363
uses : actions/download-artifact@v4
354
364
with :
355
365
name : Firebase-actions-dir
366
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
367
+ run-id : 8787079219
356
368
- uses : ruby/setup-ruby@v1
357
369
- name : Setup Bundler
358
370
run : ./scripts/setup_bundler.sh
@@ -388,7 +400,7 @@ jobs:
388
400
quickstart_framework_dynamiclinks :
389
401
# Don't run on private repo.
390
402
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
391
- needs : package-head
403
+ # needs: package-head
392
404
env :
393
405
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
394
406
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -408,6 +420,8 @@ jobs:
408
420
uses : actions/download-artifact@v4
409
421
with :
410
422
name : Firebase-actions-dir
423
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
424
+ run-id : 8787079219
411
425
- uses : ruby/setup-ruby@v1
412
426
- name : Setup Bundler
413
427
run : ./scripts/setup_bundler.sh
@@ -447,7 +461,7 @@ jobs:
447
461
# quickstart_framework_firestore:
448
462
# # Don't run on private repo.
449
463
# if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
450
- # needs: package-head
464
+ # # needs: package-head
451
465
# env:
452
466
# plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
453
467
# signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -464,6 +478,8 @@ jobs:
464
478
# uses: actions/download-artifact@v4
465
479
# with:
466
480
# name: Firebase-actions-dir
481
+ # github-token: '${{ secrets.GITHUB_TOKEN }}'
482
+ # run-id: 8787079219
467
483
# - uses: ruby/setup-ruby@v1
468
484
# - name: Setup Bundler
469
485
# run: ./scripts/setup_bundler.sh
@@ -497,7 +513,7 @@ jobs:
497
513
check_framework_firestore_symbols :
498
514
# Don't run on private repo.
499
515
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
500
- needs : package-head
516
+ # needs: package-head
501
517
env :
502
518
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
503
519
runs-on : macos-13
@@ -509,6 +525,8 @@ jobs:
509
525
uses : actions/download-artifact@v4
510
526
with :
511
527
name : Firebase-actions-dir
528
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
529
+ run-id : 8787079219
512
530
- uses : ruby/setup-ruby@v1
513
531
- name : Setup Bundler
514
532
run : ./scripts/setup_bundler.sh
@@ -528,7 +546,7 @@ jobs:
528
546
quickstart_framework_inappmessaging :
529
547
# Don't run on private repo.
530
548
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
531
- needs : package-head
549
+ # needs: package-head
532
550
env :
533
551
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
534
552
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -548,6 +566,8 @@ jobs:
548
566
uses : actions/download-artifact@v4
549
567
with :
550
568
name : Firebase-actions-dir
569
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
570
+ run-id : 8787079219
551
571
- uses : ruby/setup-ruby@v1
552
572
- name : Setup Bundler
553
573
run : ./scripts/setup_bundler.sh
@@ -584,7 +604,7 @@ jobs:
584
604
quickstart_framework_messaging :
585
605
# Don't run on private repo.
586
606
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
587
- needs : package-head
607
+ # needs: package-head
588
608
env :
589
609
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
590
610
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -604,6 +624,8 @@ jobs:
604
624
uses : actions/download-artifact@v4
605
625
with :
606
626
name : Firebase-actions-dir
627
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
628
+ run-id : 8787079219
607
629
- uses : ruby/setup-ruby@v1
608
630
- name : Setup Bundler
609
631
run : ./scripts/setup_bundler.sh
@@ -639,7 +661,7 @@ jobs:
639
661
quickstart_framework_storage :
640
662
# Don't run on private repo.
641
663
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
642
- needs : package-head
664
+ # needs: package-head
643
665
env :
644
666
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
645
667
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -659,6 +681,8 @@ jobs:
659
681
uses : actions/download-artifact@v4
660
682
with :
661
683
name : Firebase-actions-dir
684
+ github-token : ' ${{ secrets.GITHUB_TOKEN }}'
685
+ run-id : 8787079219
662
686
- uses : ruby/setup-ruby@v1
663
687
- name : Setup Bundler
664
688
run : ./scripts/setup_bundler.sh
0 commit comments