diff --git a/README.md b/README.md index 69f7f69..11fb517 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ jobs: - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@ env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }} @@ -204,7 +203,6 @@ jobs: - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@ env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}