Skip to content

Commit f5633a1

Browse files
committed
Inherit secrets
1 parent 97d0c2f commit f5633a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,9 @@ 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
243244
with:
244-
lookback_days: 100
245+
lookback_days: 100secrets: inherit
245246

246247
run-sycl-benchmarks:
247248
needs: [ubuntu2204_build, aggregate_benchmark_results]

0 commit comments

Comments
 (0)