diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 399b83e..b695b89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,8 +59,8 @@ jobs: - name: Sonar env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_PROJECT: $GITHUB_REPOSITORY - SONAR_BRANCH: $GITHUB_REF_NAME + SONAR_PROJECT: Ouest-France/querydsl + SONAR_BRANCH: main SONAR_ORGANIZATION: ${{ vars.SONAR_ORGANIZATION }} run: | echo "run sonar on " $SONAR_BRANCH " for project key : " $SONAR_PROJECT " and organization " $SONAR_ORGANIZATION