From aefd5cecfee07f100c799cb9250316c788ef5148 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 5 Jun 2024 16:51:34 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ff6f72..2d3b765 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: - projectBaseDir: wisher.py + projectBaseDir: /wisher.py sonarcloud2: name: SonarCloudScan-Collector runs-on: ubuntu-latest @@ -31,9 +31,9 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN2 }} with: - projectBaseDir: collector.py + projectBaseDir: /collector.py sonarcloud3: name: SonarCloudScan-Reporter runs-on: ubuntu-latest @@ -47,4 +47,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: - projectBaseDir: reporter.py + projectBaseDir: /eporter.py