From 62b09027431bd395e99df69025922a0d87bca177 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 3 Apr 2024 19:03:15 -0700 Subject: [PATCH] Fix: Remove duplicate arguments in Sonar action Change-Id: I9de01b793cc1f1988d8f954684d6e991689be398 Signed-off-by: Jessica Wagantall --- .github/workflows/gerrit-novote-merge.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 6440797..3abc3ff 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -85,8 +85,6 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: args: - SONAR_PROJECT_KEY: "o-ran-sc_com-pylog" - SONAR_ORG: "o-ran-sc" SONAR_ARGS: > -Dsonar.build.sourceEncoding=UTF-8 -Dsonar.organization=o-ran-sc @@ -96,8 +94,6 @@ jobs: -Dsonar.python.coverage.reportPaths=./coverage.xm -Dsonar.sources=mdclogpy -Dsonar.verbose=true - secrets: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} report-status: if: ${{ always() }} -- 2.16.6