File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 distribution : ' temurin'
3434 java-version : ${{ matrix.jdk }}
3535 # generate settings.xml with the correct values
36- server-id : ossrh # Value of the distributionManagement/repository/id field of the pom.xml
36+ server-id : sonatype-central-portal # Value of the distributionManagement/repository/id field of the pom.xml
3737 server-username : MAVEN_USERNAME # env variable for username in deploy
3838 server-password : MAVEN_PASSWORD # env variable for token in deploy
3939 cache : ' maven'
6363 env :
6464 # NVD API key used by dependency-check
6565 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
66- MAVEN_USERNAME : ${{ secrets.OSSRH_TOKEN_USER }}
67- MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN_PASSWORD }}
66+ MAVEN_USERNAME : ${{ secrets.SONATYPE_CENTRAL_TOKEN_USER }}
67+ MAVEN_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_TOKEN_PASSWORD }}
6868 # SonarCloud access token should be generated from https://sonarcloud.io/account/security/
6969 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7070 # Needed to get some information about the pull request, if any
You can’t perform that action at this time.
0 commit comments