From d5160a5380faa61fba903298dee9d7c7cf0a5771 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 31 Mar 2026 14:36:05 +0100 Subject: [PATCH] Add permissions for contents in workflow --- .github/workflows/downstream-end-to-end-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/downstream-end-to-end-tests.yml b/.github/workflows/downstream-end-to-end-tests.yml index 80b12835d..a4540c754 100644 --- a/.github/workflows/downstream-end-to-end-tests.yml +++ b/.github/workflows/downstream-end-to-end-tests.yml @@ -26,6 +26,7 @@ jobs: actions: read issues: read pull-requests: read + contents: read with: matrix-js-sdk-sha: ${{ github.sha }} # We only want to run the playwright tests on merge queue to prevent regressions