From 0f6242e083d9b2dbfe8790ccb58bf442e015dd37 Mon Sep 17 00:00:00 2001 From: Sikeey dahal Date: Wed, 17 Sep 2025 18:18:48 -0400 Subject: [PATCH 1/3] 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 3212232..e92a944 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 5816f7d7ae73354278a96e8cea65d29931e1ce6c Mon Sep 17 00:00:00 2001 From: Sikeey dahal Date: Wed, 17 Sep 2025 18:18:55 -0400 Subject: [PATCH 2/3] 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 e92a944..bf73da9 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 d42136bb287a8354dd4d7fd4a3be468000b08e14 Mon Sep 17 00:00:00 2001 From: Sikeey dahal Date: Wed, 17 Sep 2025 18:19:02 -0400 Subject: [PATCH 3/3] 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 bf73da9..c63a696 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}}