added write permission for workflow
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
name: Wails build
|
name: Wails build
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@@ -39,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
brew: pnpm
|
brew: pnpm
|
||||||
choco: pnpm
|
choco: pnpm
|
||||||
apt: pnpm alsa
|
apt: alsa
|
||||||
|
|
||||||
- name: Build wails
|
- name: Build wails
|
||||||
uses: dAppServer/wails-build-action@main
|
uses: dAppServer/wails-build-action@main
|
||||||
|
|||||||
Reference in New Issue
Block a user