release.yml - give permissions

This commit is contained in:
Will Chen
2025-04-11 10:36:04 -07:00
parent 6ca060d207
commit 43b31aa299

View File

@@ -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: