Skip to content

Commit

Permalink
Update push-trigger.yml (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
rajapandi1234 authored Dec 2, 2024
1 parent 6e614e8 commit 97b98dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
sonar-analysis:
needs: build-admin-ui
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@develop
with:
SERVICE_LOCATION: admin-ui
SONAR_URL: 'https://sonarcloud.io'
@@ -171,4 +171,4 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 97b98dc

Please sign in to comment.