Skip to content

Commit d2d869a

Browse files
committed
grant write permissions to electron build jobs
1 parent 11a6416 commit d2d869a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/electron.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Build Electron Distributions
1+
name: Build Electron Releases
22

33
on:
44
push:
55
branches: ["master"]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build-electron:
912
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)