Skip to content

Commit 73b48f6

Browse files
committed
ci: add write permission to release job
1 parent db1c872 commit 73b48f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
release:
4444
needs: build
4545
runs-on: ubuntu-latest
46+
permissions:
47+
contents: write
4648

4749
steps:
4850
- name: Download release artifact

0 commit comments

Comments
 (0)