Skip to content

Commit a091d0a

Browse files
committed
chore: give sonar workflow permissions to submit dependency graphs
1 parent a0a322e commit a091d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
sonar:
88
name: Sonar
99
permissions:
10-
contents: read
10+
contents: write
1111
runs-on: ubuntu-latest
1212
if: github.repository == 'eclipse/openvsx'
1313
steps:

0 commit comments

Comments
 (0)