X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=401dbfa8ed6d3a32f827db4707da24fe65e7c667;hb=1a3d7d3d4f45282778f34d5c465f213e7f7ca0ad;hp=e100408ecc8ff116cc3de691dafde45e7ec6990c;hpb=c4f11906b889f85edac370fc74d6159456a535a6;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e100408e..401dbfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: npm run coverage - name: SonarCloud Scan if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node-version == '14.x'" - uses: SonarSource/sonarcloud-github-action@master + uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}