Skip to content

Commit dbc7d9f

Browse files
committed
ci: add write permission
1 parent 577cd3b commit dbc7d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/precompiled_binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Precompile Binaries
66
jobs:
77
Precompile:
88
runs-on: ${{ matrix.os }}
9+
permissions:
10+
contents: write
911
strategy:
1012
fail-fast: false
1113
matrix:

0 commit comments

Comments
 (0)