From 8b9d1e3bc26aff97385b6f2b5aece2eda28c4278 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Fri, 12 Apr 2024 06:52:57 +0200 Subject: [PATCH] re add envvars --- .github/workflows/build-metrics.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-metrics.yml b/.github/workflows/build-metrics.yml index 83814d5352fa..03136cc1f1e2 100644 --- a/.github/workflows/build-metrics.yml +++ b/.github/workflows/build-metrics.yml @@ -121,7 +121,9 @@ jobs: CONBENCH_EMAIL: "${{ secrets.CONBENCH_EMAIL }}" CONBENCH_PASSWORD: "${{ secrets.CONBENCH_PASSWORD }}" # These don't actually work https://github.com/conbench/conbench/issues/1484 - # TODO remove them here and in the benchmark job + # but have to be there to work regardless?? + CONBENCH_PROJECT_REPOSITORY: "${{ github.repository }}" + CONBENCH_PROJECT_COMMIT: "${{ inputs.ref || github.sha }}" run: | ./scripts/build-metrics.py upload \ --build_type "${{ matrix.type }}" \