From 0dcae7c15e1ea26d1e6ab0965c9bad432300f1a0 Mon Sep 17 00:00:00 2001 From: Sikeey dahal Date: Wed, 17 Sep 2025 18:20:47 -0400 Subject: [PATCH 1/4] Updated the post-build to v3.3.0 --- .github/workflows/post_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index c8efa83..a5168ca 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -27,7 +27,7 @@ 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}} branch_name: ${{github.event.workflow_run.head_branch}} From ca5fcf1d14b41dccd7f7134fd9ecc6945798336b Mon Sep 17 00:00:00 2001 From: Sikeey dahal Date: Wed, 17 Sep 2025 18:20:54 -0400 Subject: [PATCH 2/4] Updated the password field --- .github/workflows/post_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index a5168ca..5eca438 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -29,7 +29,7 @@ jobs: id: ikmdev_post_build uses: ikmdev/maven-post-build-action@v3.3.0 with: - nexus_repo_password: ${{secrets.EC2_NEXUS_PASSWORD}} + 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}} From 973ea30ea49ff91bb50d70ceac74308da0a6454f Mon Sep 17 00:00:00 2001 From: Sikeey dahal Date: Wed, 17 Sep 2025 18:21:01 -0400 Subject: [PATCH 3/4] Added the url & username field --- .github/workflows/post_build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index 5eca438..f1f3018 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -29,6 +29,8 @@ jobs: id: ikmdev_post_build uses: ikmdev/maven-post-build-action@v3.3.0 with: + 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}} From 58ff580153d749ff86a153dba6dc4d618026139c Mon Sep 17 00:00:00 2001 From: OmOmofonmwan <145397364+OmOmofonmwan@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:42:56 -0500 Subject: [PATCH 4/4] Fixed indentation --- .github/workflows/post_build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index f1f3018..b903b98 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -29,8 +29,8 @@ jobs: id: ikmdev_post_build uses: ikmdev/maven-post-build-action@v3.3.0 with: - nexus_repo_url: ${{secrets.NEXUS_URL}} - nexus_repo_username: ${{secrets.NEXUS_USER}} + 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}} @@ -45,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: ${{ '' }}