From e5d0c2ae7b2c1c75a1f55522fd7f6eb1d2e1cef5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 19 Jan 2024 09:30:16 +0000 Subject: [PATCH] Fix issues caused by the artifacts v4 upgrade Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/end-to-end-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/end-to-end-tests.yaml b/.github/workflows/end-to-end-tests.yaml index bfa19a37ee..e134263576 100644 --- a/.github/workflows/end-to-end-tests.yaml +++ b/.github/workflows/end-to-end-tests.yaml @@ -27,6 +27,8 @@ jobs: deployments: write with: react-sdk-repository: matrix-org/matrix-react-sdk + secrets: + ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} # We want to make the Playwright tests a required check for the merge queue. #