Skip to content

Commit 0101f23

Browse files
committed
Write permissions for release pipeline.
1 parent 8974f52 commit 0101f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
13+
permissions:
14+
contents: write
1315
strategy:
1416
matrix:
1517
include:

0 commit comments

Comments
 (0)