Skip to content

Commit ea1e6e5

Browse files
authored
Update maven-publish.yml
1 parent 43c3a5b commit ea1e6e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
java-version: '21'
2222
distribution: 'temurin'
2323
server-id: github
24+
server-username: ${{ github.actor }}
25+
server-password: ${{ secrets.TOKEN_GITHUB }}
2426
settings-path: ${{ github.workspace }}
2527

2628
- name: Build with Maven

0 commit comments

Comments
 (0)