diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ce736e99f..b712b912c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -43,3 +43,4 @@ jobs: client-args-format: "-u http://{0}:5000 -s streaminghub --channels 1 --streams 1" # {0} will be replaced with server address client-csproj: "perf/BenchmarkApp/PerformanceTest.Client/PerformanceTest.Client.csproj" server-csproj: "perf/BenchmarkApp/PerformanceTest.Server/PerformanceTest.Server.csproj" + secrets: inherit