We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c3a5b commit ea1e6e5Copy full SHA for ea1e6e5
.github/workflows/maven-publish.yml
@@ -21,6 +21,8 @@ jobs:
21
java-version: '21'
22
distribution: 'temurin'
23
server-id: github
24
+ server-username: ${{ github.actor }}
25
+ server-password: ${{ secrets.TOKEN_GITHUB }}
26
settings-path: ${{ github.workspace }}
27
28
- name: Build with Maven
0 commit comments