diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 385cafa..5309986 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,6 +92,7 @@ jobs: run: apt-get update && apt-get install -y unzip - name: Sonar scan uses: SonarSource/sonarqube-scan-action@v6 + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}