Skip to content

Commit fd9ab29

Browse files
createpjfclaude
andcommitted
fix: add contents:write permission for build-macos release creation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48ecaad commit fd9ab29

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
@@ -18,6 +18,8 @@ jobs:
1818
build-macos:
1919
needs: [ci]
2020
runs-on: macos-14
21+
permissions:
22+
contents: write
2123
strategy:
2224
matrix:
2325
target: [aarch64-apple-darwin, x86_64-apple-darwin]

0 commit comments

Comments
 (0)