Skip to content

Commit acb294d

Browse files
committed
Fixed write permissions
1 parent 8e4cd57 commit acb294d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
jacoco:
3737
needs: test
3838
runs-on: ubuntu-latest
39-
permissions:
40-
contents: read
39+
permissions: write-all
4140

4241
steps:
4342
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)