diff --git a/.github/workflows/post_build.yaml b/.github/workflows/post_build.yaml index 1352be1..5f6207a 100644 --- a/.github/workflows/post_build.yaml +++ b/.github/workflows/post_build.yaml @@ -27,8 +27,10 @@ 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_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}}