File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2222 lookback_days :
2323 type : number
2424 required : true
25+ secrets :
26+ LLVM_SYCL_BENCHMARK_TOKEN :
27+ description : |
28+ Github token used by the faceless account to push newly calculated
29+ medians.
30+ required : true
31+
2532
2633permissions :
2734 contents : read
Original file line number Diff line number Diff line change @@ -240,9 +240,10 @@ jobs:
240240 if : always() && !cancelled()
241241 name : Aggregate benchmark results and produce historical averages
242242 uses : ./.github/workflows/sycl-benchmark-aggregate.yml
243- secrets : inherit
243+ secrets :
244+ LLVM_SYCL_BENCHMARK_TOKEN : ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
244245 with :
245- lookback_days : 100secrets: inherit
246+ lookback_days : 100
246247
247248 run-sycl-benchmarks :
248249 needs : [ubuntu2204_build, aggregate_benchmark_results]
You can’t perform that action at this time.
0 commit comments