From e3f7ab15b266abe38d44c7ac086debcca1519c4a Mon Sep 17 00:00:00 2001 From: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:45:40 +0530 Subject: [PATCH] [DSD-5591] Updated push-trigger.yml Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com> --- .github/workflows/push-trigger.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 528d80a..bed65a4 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -105,11 +105,11 @@ jobs: GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - build-maven-mosip-identity-certify-plugin: + build-maven-mosipid-certify-integration-impl: uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21 with: - SERVICE_LOCATION: mosip-identity-certify-plugin - BUILD_ARTIFACT: mosip-identity-certify-plugin + SERVICE_LOCATION: mosipid-certify-integration-impl + BUILD_ARTIFACT: mosipid-certify-integration-impl secrets: OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} @@ -117,12 +117,12 @@ jobs: GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - publish_to_nexus_mosip-identity-certify-plugin: + publish_to_nexus_mosipid-certify-integration-impl: if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}" - needs: build-maven-mosip-identity-certify-plugin + needs: build-maven-mosipid-certify-integration-impl uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21 with: - SERVICE_LOCATION: ./mosip-identity-certify-plugin + SERVICE_LOCATION: ./mosipid-certify-integration-impl secrets: OSSRH_USER: ${{ secrets.OSSRH_USER }} OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} @@ -131,12 +131,12 @@ jobs: GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - sonar_analysis_mosip-identity-certify-plugin: - needs: build-maven-mosip-identity-certify-plugin + sonar_analysis_mosipid-certify-integration-impl: + needs: build-maven-mosipid-certify-integration-impl if: "${{ github.event_name != 'pull_request' }}" uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21 with: - SERVICE_LOCATION: ./mosip-identity-certify-plugin + SERVICE_LOCATION: ./mosipid-certify-integration-impl secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ORG_KEY: ${{ secrets.ORG_KEY }}