Skip to content

Commit a902a5b

Browse files
committed
chore(ci): declare least-privilege permissions on the desktop e2e workflow
1 parent 5cf60f6 commit a902a5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/desktop-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ name: Desktop E2E
1010
on:
1111
workflow_dispatch:
1212

13+
permissions:
14+
contents: read
15+
1316
concurrency:
1417
group: desktop-e2e-${{ github.ref }}
1518
cancel-in-progress: true

0 commit comments

Comments
 (0)