Skip to content

Commit ad018fe

Browse files
committed
Add write permissions for coveralls action
1 parent a2d00e7 commit ad018fe

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
@@ -9,6 +9,8 @@ jobs:
99
test:
1010
name: ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
1111
runs-on: ${{ matrix.os }}
12+
permissions:
13+
pull-requests: write
1214
strategy:
1315
fail-fast: false
1416
matrix:

0 commit comments

Comments
 (0)