Skip to content

Commit 1d0defc

Browse files
committed
Add missing permission to release workflow
1 parent 844d5d0 commit 1d0defc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Release
33
on:
44
workflow_dispatch:
55

6-
permissions: {}
6+
permissions:
7+
contents: write
78

89
env:
910
MAVEN_ARGS: -B -V -ntp -e -Djansi.passthrough=true -Dstyle.color=always -Djacoco.skip=true

0 commit comments

Comments
 (0)