Fix: Remove duplicate arguments in Sonar action 49/12649/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 4 Apr 2024 02:03:15 +0000 (19:03 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 4 Apr 2024 02:03:15 +0000 (19:03 -0700)
Change-Id: I9de01b793cc1f1988d8f954684d6e991689be398
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
.github/workflows/gerrit-novote-merge.yaml

index 6440797..3abc3ff 100644 (file)
@@ -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() }}