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.
2 parents b8f3390 + 6e08b6f commit 7529a0bCopy full SHA for 7529a0b
.github/workflows/maven-publish.yml
@@ -25,7 +25,8 @@ jobs:
25
distribution: 'temurin'
26
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
27
settings-path: ${{ github.workspace }} # location for the settings.xml file
28
- server-password: DVSA_AWS_REGION # env variable name for GitHub Personal Access Token
+ server-username: GITHUB_USER_REF # env variable name for username
29
+ server-password: GITHUB_TOKEN_REF # env variable name for GitHub Personal Access Token
30
31
- name: Build with Maven
32
run: mvn -B -Pgithub package --file pom.xml
0 commit comments