Skip to content

Commit

Permalink
refactor: commented sonar cloud code in CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat-wednesday committed Nov 25, 2022
1 parent d34ef2d commit e96e390
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Build
run: yarn build

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=${{ secrets.SONAR_ORG}}
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: SonarCloud Scan
# uses: sonarsource/sonarcloud-github-action@master
# with:
# args: >
# -Dsonar.organization=${{ secrets.SONAR_ORG}}
# -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY}}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit e96e390

Please sign in to comment.