Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
add  SONAR_TOKEN and SONAR_HOST_URL
  • Loading branch information
ChinmayGitHub authored May 23, 2024
1 parent 42880d0 commit e126f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Run sonar
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.projectVersion=${{ steps.get_version.outputs.VERSION }}
-Dsonar.projectVersion=${{ steps.get_version.outputs.VERSION }}

0 comments on commit e126f95

Please sign in to comment.