From 5fa82c229456241005a8d3a0095618c1f3f112bc Mon Sep 17 00:00:00 2001 From: Mac Date: Tue, 16 Apr 2024 02:28:33 +0530 Subject: [PATCH] feat: remove GITHUB_TOKEN --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c4863f..21471c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,6 @@ jobs: - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}