diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index b342e96f8..e71709632 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -19,3 +19,4 @@ jobs: uses: sonarsource/sonarcloud-github-action@v3.0.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_ORG_KEY: ${{ secrets.SONAR_ORG_KEY }}