Skip to content

Commit 76697cb

Browse files
committed
Give permission for workflow to update dependency graph
1 parent 9c62938 commit 76697cb

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
@@ -1,5 +1,6 @@
11
name: Build
2-
2+
permissions:
3+
contents: write
34
on:
45
push:
56
branches: [ "master" ]

0 commit comments

Comments
 (0)