Skip to content

Commit

Permalink
Issue #ED-4414 fix: android build script test12
Browse files Browse the repository at this point in the history
  • Loading branch information
vpPavithra committed Jun 20, 2024
1 parent c015b3a commit e1479fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
run: sudo npm install -g sonarqube-scanner@3.5.0

- name: Print SONAR_TOKEN
run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123"
run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123-${{ github.event.pull_request.number }}-${{ github.head_ref }}"

- name: Run SonarQube Analysis
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
run: |
sonar-scanner \
-Dsonar.login=$SONAR_TOKEN
Expand Down

0 comments on commit e1479fe

Please sign in to comment.