From 12a8efe16b98c7ef002df244f47a870f57dee874 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 24 Jul 2025 23:25:05 -0700 Subject: [PATCH] ci: perms again --- .github/workflows/pipeline-electron-build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline-electron-build-and-test.yml b/.github/workflows/pipeline-electron-build-and-test.yml index 6a1a8ecd15..3754e6c36b 100644 --- a/.github/workflows/pipeline-electron-build-and-test.yml +++ b/.github/workflows/pipeline-electron-build-and-test.yml @@ -60,6 +60,8 @@ concurrency: cancel-in-progress: ${{ github.ref_protected != true }} permissions: + actions: read + checks: write contents: read issues: read pull-requests: read