Skip to content

Commit 78118a4

Browse files
Allow uploading dependency tree for dependabot
1 parent 5882d4f commit 78118a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ on:
1616

1717
jobs:
1818
build:
19-
19+
permissions:
20+
contents: write
2021
runs-on: ubuntu-latest
2122

2223
steps:

0 commit comments

Comments
 (0)