diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 828c430..345bb6e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,8 +25,3 @@ jobs: - run: npm install tsc -g - run: npm run build --if-present - run: npm run test - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v4 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file