Skip to content

Commit cb1b21d

Browse files
committed
fix: add write permissions to github release CI
1 parent 49f108f commit cb1b21d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create_build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build-macos:
1010
runs-on: macos-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: Checkout code

0 commit comments

Comments
 (0)