release.yml - give permissions
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -1,4 +1,10 @@
|
|||||||
# .github/workflows/release.yml
|
# .github/workflows/release.yml
|
||||||
|
|
||||||
|
# Need to write to repo contents to upload the app to GitHub Release
|
||||||
|
# See: https://www.electronforge.io/config/publishers/github#authentication
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
name: Release app
|
name: Release app
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user