github/actions: set missing VIP_VAP_ACCESS_TOKEN (#2045)

This commit is contained in:
Alexander Bayandin
2022-07-07 10:47:03 +01:00
committed by GitHub
parent 0e3456351f
commit cb5df3c627

View File

@@ -272,6 +272,7 @@ jobs:
run_in_parallel: false
save_perf_report: true
env:
VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}"
PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}"
# XXX: no coverage data handling here, since benchmarks are run on release builds,
# while coverage is currently collected for the debug ones