@@ -140,6 +140,8 @@ jobs:
140
140
DATABEND_RELEASE_VERSION : ${{ needs.create_release.outputs.version }}
141
141
DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY : ${{ secrets.DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY }}
142
142
DATABEND_ENTERPRISE_LICENSE_EMBEDDED : ${{ secrets.DATABEND_ENTERPRISE_LICENSE_RELEASE }}
143
+ DATABEND_TELEMETRY_ENDPOINT : ${{ secrets.DATABEND_TELEMETRY_ENDPOINT}}
144
+ DATABEND_TELEMETRY_API_KEY : ${{ secrets.DATABEND_TELEMETRY_API_KEY}}
143
145
with :
144
146
sha : ${{ github.sha }}
145
147
target : ${{ matrix.target }}
@@ -179,6 +181,8 @@ jobs:
179
181
DATABEND_RELEASE_VERSION : ${{ needs.create_release.outputs.version }}
180
182
DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY : ${{ secrets.DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY }}
181
183
DATABEND_ENTERPRISE_LICENSE_EMBEDDED : ${{ secrets.DATABEND_ENTERPRISE_LICENSE_RELEASE }}
184
+ DATABEND_TELEMETRY_ENDPOINT : ${{ secrets.DATABEND_TELEMETRY_ENDPOINT}}
185
+ DATABEND_TELEMETRY_API_KEY : ${{ secrets.DATABEND_TELEMETRY_API_KEY}}
182
186
with :
183
187
sha : ${{ github.sha }}
184
188
target : ${{ matrix.target }}
@@ -193,7 +197,7 @@ jobs:
193
197
- Linux
194
198
- 2c8g
195
199
- aws
196
- needs : [create_release, build_default]
200
+ needs : [ create_release, build_default ]
197
201
strategy :
198
202
fail-fast : false
199
203
matrix :
@@ -231,7 +235,7 @@ jobs:
231
235
- Linux
232
236
- 2c8g
233
237
- aws
234
- needs : [create_release, build_default, build_docker]
238
+ needs : [ create_release, build_default, build_docker ]
235
239
strategy :
236
240
fail-fast : false
237
241
matrix :
@@ -274,7 +278,7 @@ jobs:
274
278
- Linux
275
279
- 2c8g
276
280
- aws
277
- needs : [create_release, build_default]
281
+ needs : [ create_release, build_default ]
278
282
strategy :
279
283
fail-fast : false
280
284
matrix :
@@ -323,7 +327,7 @@ jobs:
323
327
- Linux
324
328
- 2c8g
325
329
- aws
326
- needs : [create_release, build_default]
330
+ needs : [ create_release, build_default ]
327
331
steps :
328
332
- name : Checkout
329
333
uses : actions/checkout@v4
@@ -402,7 +406,7 @@ jobs:
402
406
- Linux
403
407
- 2c8g
404
408
- aws
405
- needs : [create_release, build_docker]
409
+ needs : [ create_release, build_docker ]
406
410
strategy :
407
411
fail-fast : false
408
412
matrix :
@@ -477,7 +481,7 @@ jobs:
477
481
- Linux
478
482
- 2c8g
479
483
- aws
480
- needs : [create_release, build_default]
484
+ needs : [ create_release, build_default ]
481
485
strategy :
482
486
matrix :
483
487
arch :
@@ -534,7 +538,7 @@ jobs:
534
538
gh release edit ${{ needs.create_release.outputs.version }} --draft=false
535
539
536
540
sha256sums :
537
- needs : [create_release, publish, distribution]
541
+ needs : [ create_release, publish, distribution ]
538
542
runs-on : ubuntu-latest
539
543
steps :
540
544
- name : checkout
@@ -567,7 +571,7 @@ jobs:
567
571
- Linux
568
572
- 2c8g
569
573
- aws
570
- needs : [create_release, notify]
574
+ needs : [ create_release, notify ]
571
575
steps :
572
576
- uses : actions/checkout@v4
573
577
with :
@@ -597,7 +601,7 @@ jobs:
597
601
- Linux
598
602
- 4c16g
599
603
- aws
600
- needs : [create_release, notify]
604
+ needs : [ create_release, notify ]
601
605
steps :
602
606
- uses : actions/checkout@v4
603
607
with :
@@ -623,7 +627,7 @@ jobs:
623
627
await script({context, core})
624
628
625
629
benchmark :
626
- needs : [create_release, docker_service, notify]
630
+ needs : [ create_release, docker_service, notify ]
627
631
uses : ./.github/workflows/reuse.benchmark.yml
628
632
secrets : inherit
629
633
with :
@@ -635,6 +639,6 @@ jobs:
635
639
target : all
636
640
637
641
deb :
638
- needs : [create_release, distribution, notify]
642
+ needs : [ create_release, distribution, notify ]
639
643
uses : ./.github/workflows/deb.yml
640
644
secrets : inherit
0 commit comments