Skip to content

Commit 2817f43

Browse files
committed
Let dependency-review write to repository graph
Not sure how this ever worked, it needs write access to the github API so it can update the dependencies.
1 parent 24afa1e commit 2817f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: 'Dependency Review'
1010
on: [pull_request]
1111

1212
permissions:
13-
contents: read
13+
contents: write
1414

1515
concurrency:
1616
group: dependency-review-${{ github.ref }}

0 commit comments

Comments
 (0)