Skip to content

Commit

Permalink
Updated action file
Browse files Browse the repository at this point in the history
  • Loading branch information
amal-k-soman-aot committed Oct 23, 2024
1 parent 214f348 commit befc250
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 @@ -15,6 +15,6 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }} # GitHub token to access PR information
sonarToken: ${{ secrets.SONAR_TOKEN }} # SonarCloud authentication token
env:
GITHUB_TOKEN: ${{ github.secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ github.secrets.SONAR_TOKEN }}

0 comments on commit befc250

Please sign in to comment.