Skip to content

Commit 1fdbdcd

Browse files
authored
Add permissions for upload
1 parent 6d44486 commit 1fdbdcd

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

.github/workflows/build-production.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ jobs:
151151
release:
152152
name: Upload release
153153
runs-on: ubuntu-latest
154+
permissions:
155+
contents: write
156+
packages: write
157+
id-token: write
154158
needs:
155159
- build-electron
156160

.github/workflows/lint.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)