diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1aee984..778785e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,5 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - name: SonarQube Quality Gate check uses: sonarsource/sonarqube-quality-gate-action@master - env: + env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - \ No newline at end of file