@@ -124,7 +124,6 @@ jobs:
124
124
- uses : actions/setup-python@v4
125
125
with :
126
126
python-version : " 3.9"
127
- token : ${{ env.PAT }}
128
127
129
128
- name : Set up CI Gradle Properties
130
129
run : |
@@ -191,10 +190,8 @@ jobs:
191
190
- name : Check PAT rate limits
192
191
run : |
193
192
./tools/bin/find_non_rate_limited_PAT \
194
- ${{ secrets.AIRBYTEIO_PAT }} \
195
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
196
- ${{ secrets.SUPERTOPHER_PAT }} \
197
- ${{ secrets.DAVINCHIA_PAT }}
193
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
194
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
198
195
- name : Start AWS Runner
199
196
id : start-ec2-runner
200
197
uses : ./.github/actions/start-aws-runner
@@ -230,7 +227,6 @@ jobs:
230
227
- uses : actions/setup-python@v4
231
228
with :
232
229
python-version : " 3.9"
233
- token : ${{ env.PAT }}
234
230
235
231
- name : Install Pyenv
236
232
run : python3 -m pip install virtualenv==16.7.9 --user
@@ -345,10 +341,8 @@ jobs:
345
341
- name : Check PAT rate limits
346
342
run : |
347
343
./tools/bin/find_non_rate_limited_PAT \
348
- ${{ secrets.AIRBYTEIO_PAT }} \
349
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
350
- ${{ secrets.SUPERTOPHER_PAT }} \
351
- ${{ secrets.DAVINCHIA_PAT }}
344
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
345
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
352
346
- name : Stop EC2 runner
353
347
uses :
supertopher/[email protected]
354
348
with :
@@ -378,10 +372,8 @@ jobs:
378
372
- name : Check PAT rate limits
379
373
run : |
380
374
./tools/bin/find_non_rate_limited_PAT \
381
- ${{ secrets.AIRBYTEIO_PAT }} \
382
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
383
- ${{ secrets.SUPERTOPHER_PAT }} \
384
- ${{ secrets.DAVINCHIA_PAT }}
375
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
376
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
385
377
- name : Start AWS Runner
386
378
id : start-ec2-runner
387
379
uses : ./.github/actions/start-aws-runner
@@ -416,7 +408,6 @@ jobs:
416
408
- uses : actions/setup-python@v4
417
409
with :
418
410
python-version : " 3.9"
419
- token : ${{ env.PAT }}
420
411
421
412
- name : Set up CI Gradle Properties
422
413
run : |
@@ -471,10 +462,8 @@ jobs:
471
462
- name : Check PAT rate limits
472
463
run : |
473
464
./tools/bin/find_non_rate_limited_PAT \
474
- ${{ secrets.AIRBYTEIO_PAT }} \
475
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
476
- ${{ secrets.SUPERTOPHER_PAT }} \
477
- ${{ secrets.DAVINCHIA_PAT }}
465
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
466
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
478
467
- name : Stop EC2 runner
479
468
uses :
supertopher/[email protected]
480
469
with :
@@ -504,10 +493,8 @@ jobs:
504
493
- name : Check PAT rate limits
505
494
run : |
506
495
./tools/bin/find_non_rate_limited_PAT \
507
- ${{ secrets.AIRBYTEIO_PAT }} \
508
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
509
- ${{ secrets.SUPERTOPHER_PAT }} \
510
- ${{ secrets.DAVINCHIA_PAT }}
496
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
497
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
511
498
- name : Start AWS Runner
512
499
id : start-ec2-runner
513
500
uses : ./.github/actions/start-aws-runner
@@ -540,7 +527,6 @@ jobs:
540
527
- uses : actions/setup-python@v4
541
528
with :
542
529
python-version : " 3.9"
543
- token : ${{ env.PAT }}
544
530
545
531
- name : Delete default old docker and replace it with a new one
546
532
shell : bash
@@ -600,10 +586,8 @@ jobs:
600
586
- name : Check PAT rate limits
601
587
run : |
602
588
./tools/bin/find_non_rate_limited_PAT \
603
- ${{ secrets.AIRBYTEIO_PAT }} \
604
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
605
- ${{ secrets.SUPERTOPHER_PAT }} \
606
- ${{ secrets.DAVINCHIA_PAT }}
589
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
590
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
607
591
- name : Stop EC2 runner
608
592
uses :
supertopher/[email protected]
609
593
with :
@@ -633,10 +617,8 @@ jobs:
633
617
- name : Check PAT rate limits
634
618
run : |
635
619
./tools/bin/find_non_rate_limited_PAT \
636
- ${{ secrets.AIRBYTEIO_PAT }} \
637
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
638
- ${{ secrets.SUPERTOPHER_PAT }} \
639
- ${{ secrets.DAVINCHIA_PAT }}
620
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
621
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
640
622
- name : Start AWS Runner
641
623
id : start-ec2-runner
642
624
uses : ./.github/actions/start-aws-runner
@@ -668,7 +650,6 @@ jobs:
668
650
- uses : actions/setup-python@v4
669
651
with :
670
652
python-version : " 3.9"
671
- token : ${{ env.PAT }}
672
653
673
654
- uses : actions/setup-node@v3
674
655
with :
@@ -803,7 +784,6 @@ jobs:
803
784
if : always()
804
785
with :
805
786
python-version : " 3.9"
806
- token : ${{ env.PAT }}
807
787
808
788
- name : Publish Platform Test Results
809
789
uses : EnricoMi/publish-unit-test-result-action@v2
@@ -879,10 +859,8 @@ jobs:
879
859
- name : Check PAT rate limits
880
860
run : |
881
861
./tools/bin/find_non_rate_limited_PAT \
882
- ${{ secrets.AIRBYTEIO_PAT }} \
883
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
884
- ${{ secrets.SUPERTOPHER_PAT }} \
885
- ${{ secrets.DAVINCHIA_PAT }}
862
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
863
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
886
864
- name : Stop EC2 runner
887
865
uses :
supertopher/[email protected]
888
866
with :
@@ -911,10 +889,8 @@ jobs:
911
889
- name : Check PAT rate limits
912
890
run : |
913
891
./tools/bin/find_non_rate_limited_PAT \
914
- ${{ secrets.AIRBYTEIO_PAT }} \
915
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
916
- ${{ secrets.SUPERTOPHER_PAT }} \
917
- ${{ secrets.DAVINCHIA_PAT }}
892
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
893
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
918
894
- name : Start AWS Runner
919
895
id : start-ec2-runner
920
896
uses : ./.github/actions/start-aws-runner
@@ -949,7 +925,6 @@ jobs:
949
925
- uses : actions/setup-python@v4
950
926
with :
951
927
python-version : " 3.9"
952
- token : ${{ env.PAT }}
953
928
954
929
- name : Install unzip
955
930
shell : bash
@@ -1026,7 +1001,6 @@ jobs:
1026
1001
if : always()
1027
1002
with :
1028
1003
python-version : " 3.9"
1029
- token : ${{ env.PAT }}
1030
1004
1031
1005
- name : Publish Kube Test Results
1032
1006
id : kube-results
@@ -1107,10 +1081,8 @@ jobs:
1107
1081
- name : Check PAT rate limits
1108
1082
run : |
1109
1083
./tools/bin/find_non_rate_limited_PAT \
1110
- ${{ secrets.AIRBYTEIO_PAT }} \
1111
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
1112
- ${{ secrets.SUPERTOPHER_PAT }} \
1113
- ${{ secrets.DAVINCHIA_PAT }}
1084
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
1085
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
1114
1086
- name : Stop EC2 runner
1115
1087
uses :
supertopher/[email protected]
1116
1088
with :
@@ -1139,10 +1111,8 @@ jobs:
1139
1111
- name : Check PAT rate limits
1140
1112
run : |
1141
1113
./tools/bin/find_non_rate_limited_PAT \
1142
- ${{ secrets.AIRBYTEIO_PAT }} \
1143
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
1144
- ${{ secrets.SUPERTOPHER_PAT }} \
1145
- ${{ secrets.DAVINCHIA_PAT }}
1114
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
1115
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
1146
1116
- name : Start AWS Runner
1147
1117
id : start-ec2-runner
1148
1118
uses : ./.github/actions/start-aws-runner
@@ -1197,7 +1167,6 @@ jobs:
1197
1167
- uses : actions/setup-python@v4
1198
1168
with :
1199
1169
python-version : " 3.9"
1200
- token : ${{ env.PAT }}
1201
1170
1202
1171
- uses : actions/setup-java@v1
1203
1172
with :
@@ -1342,10 +1311,8 @@ jobs:
1342
1311
- name : Check PAT rate limits
1343
1312
run : |
1344
1313
./tools/bin/find_non_rate_limited_PAT \
1345
- ${{ secrets.AIRBYTEIO_PAT }} \
1346
- ${{ secrets.OSS_BUILD_RUNNER_GITHUB_PAT }} \
1347
- ${{ secrets.SUPERTOPHER_PAT }} \
1348
- ${{ secrets.DAVINCHIA_PAT }}
1314
+ ${{ secrets.GH_PAT_BUILD_RUNNER_OSS }} \
1315
+ ${{ secrets.GH_PAT_BUILD_RUNNER_BACKUP }}
1349
1316
- name : Stop EC2 runner
1350
1317
uses :
supertopher/[email protected]
1351
1318
with :
0 commit comments