Skip to content

Commit 0f21983

Browse files
authored
fix: add permissions in github actions to upload assets to releases (#4)
1 parent f4fed64 commit 0f21983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
release:
99
types: [published]
1010

11+
permissions:
12+
contents: write
13+
1114
concurrency:
1215
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1316
cancel-in-progress: true

0 commit comments

Comments
 (0)