diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index c8efa83..b903b98 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -27,9 +27,11 @@ jobs: - name: IKMDEV Post Build Action id: ikmdev_post_build - uses: ikmdev/maven-post-build-action@v3.2.0 + uses: ikmdev/maven-post-build-action@v3.3.0 with: - nexus_repo_password: ${{secrets.EC2_NEXUS_PASSWORD}} + nexus_repo_url: ${{secrets.NEXUS_URL}} + nexus_repo_username: ${{secrets.NEXUS_USER}} + nexus_repo_password: ${{secrets.NEXUS_PASSWORD}} branch_name: ${{github.event.workflow_run.head_branch}} github_token: ${{secrets.GITHUB_TOKEN}} maven_central_username: ${{secrets.MC_SECRET_USERNAME}} @@ -43,4 +45,4 @@ jobs: sonarcloud_projectKey: ${{ github.repository_owner }}_${{ github.event.repository.name }} sonarcloud_coverage_jacoco_xmlReportPaths: ${{ 'target/site/jacoco/jacoco.xml' }} sonarcloud_java_binaries: ${{ 'target/classes' }} - sonarcloud_tests: ${{ '' }} \ No newline at end of file + sonarcloud_tests: ${{ '' }}