Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
sonar_analysis:
needs: build-kotlin
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/gradlew-sonar-analysis.yml@master-java21
uses: mosip/kattu/.github/workflows/gradlew-sonar-analysis.yml@dsd9685
with:
SERVICE_LOCATION: kotlin/PixelPass
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}
ORG_KEY: ${{ secrets.ORG_KEY }} # Changed from SONAR_ORGANIZATION to ORG_KEY
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}

build-kotlin:
Expand Down