Skip to content

Commit 93a583d

Browse files
authored
Fix build (#34)
1 parent f0f8c35 commit 93a583d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
release:
1013
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: release
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
release:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)