Skip to content

Commit 575d8b6

Browse files
committed
chore: Remove contents: write permission from build workflow
Removes the `permissions` block from the `build-desktop.yml` workflow. The `contents: write` permission is not required for building the application and has been removed to adhere to the principle of least privilege.
1 parent 888db01 commit 575d8b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-desktop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- 'v*' # Runs on version tags like v1.0.0
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
build:
1310
name: Build for ${{ matrix.os }}

0 commit comments

Comments
 (0)