Skip to content

Commit bf82dd0

Browse files
committed
forgot permissions
1 parent 2f1172e commit bf82dd0

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build-deb.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build Debian Package
22

3+
permissions:
4+
contents: write
5+
6+
37
on:
48
push:
59
tags:

.github/workflows/build-snap.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and Publish Snap Package
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

.github/workflows/build-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Windows Installer Package
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

0 commit comments

Comments
 (0)