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. #