Skip to content

Commit d42136b

Browse files
author
Sikeey dahal
committed
Added the url & username field
1 parent 5816f7d commit d42136b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/post_build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
id: ikmdev_post_build
3030
uses: ikmdev/maven-post-build-action@v3.3.0
3131
with:
32+
nexus_repo_url: ${{secrets.NEXUS_URL}}
33+
nexus_repo_username: ${{secrets.NEXUS_USER}}
3234
nexus_repo_password: ${{secrets.NEXUS_PASSWORD}}
3335
branch_name: ${{github.event.workflow_run.head_branch}}
3436
github_token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)