From a902a5bc99aa5db0331f04fe42adc44a785b046a Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Wed, 12 Aug 2026 09:14:17 -0700 Subject: [PATCH] chore(ci): declare least-privilege permissions on the desktop e2e workflow --- .github/workflows/desktop-e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 7632b0bea66..7b87a84bc8d 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -10,6 +10,9 @@ name: Desktop E2E on: workflow_dispatch: +permissions: + contents: read + concurrency: group: desktop-e2e-${{ github.ref }} cancel-in-progress: true