Skip to content

Commit 3f7770f

Browse files
committed
allow the release action to write
1 parent b273374 commit 3f7770f

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
@@ -11,6 +11,8 @@ jobs:
1111
build:
1212
name: build
1313
runs-on: ${{ matrix.os }}
14+
permissions:
15+
contents: write
1416
strategy:
1517
fail-fast: false
1618
matrix:

0 commit comments

Comments
 (0)