Skip to content

Commit 08bfde0

Browse files
Update maven-publish.yml
Granting contents:write permission to allow release:perform step to commit to repo
1 parent 4fdb618 commit 08bfde0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313

14+
permissions:
15+
contents: write
16+
1417
steps:
1518
- name: Check out Git repository
1619
uses: actions/checkout@v3

0 commit comments

Comments
 (0)