Skip to content

Commit ea520a3

Browse files
authored
Update mvn.yml to add permissions block
1 parent 3c226bb commit ea520a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/mvn.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- release/**
1111
- develop/**
1212

13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
1317
jobs:
1418
build:
1519
if: ${{ !startsWith(github.event.head_commit.message, '[maven-release-plugin] prepare') }}

0 commit comments

Comments
 (0)