From 2c719e2e9204cee7ecfff06138f8a96cc207b13d Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 20 Feb 2023 12:52:34 +0100 Subject: [PATCH] intermittent dashboard: Actually send results to the dashboard This change adds the secret to the environment, which should trigger the filtering intermittents script to actually upload new results to the intermittent dashboard instead of simply querying. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a62c62e3d25..c97fc591995 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -218,6 +218,8 @@ jobs: --log-raw test-wpt.${{ matrix.chunk_id }}.log \ --log-raw-unexpected unexpected-test-wpt.${{ matrix.chunk_id }}.log \ --filter-intermittents filtered-test-wpt.${{ matrix.chunk_id }}.json + env: + INTERMITTENT_TRACKER_DASHBOARD_SECRET: ${{ secrets.INTERMITTENT_TRACKER_DASHBOARD_SECRET }} - name: Archive filtered results uses: actions/upload-artifact@v3 if: ${{ always() }}