diff --git a/README.md b/README.md index 356ade0..fe15a1e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ jobs: - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@ # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ```