Skip to content

Commit

Permalink
Update push-trigger.yml to change kattu version
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh-Binayak <[email protected]>
  • Loading branch information
Mahesh-Binayak authored Nov 18, 2024
1 parent 5d12f9d commit a72af69
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
Expand Up @@ -56,7 +56,7 @@ jobs:
sonar-analysis:
needs: build-resident-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: resident-ui
SONAR_URL: 'https://sonarcloud.io'
Expand Down Expand Up @@ -183,4 +183,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 a72af69

Please sign in to comment.