Skip to content

Commit

Permalink
remove SONAR_ORGANIZATION and SONAR_PROJECT_KEY variables
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 4, 2023
1 parent cd613d2 commit c65d93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-scan-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
with:
projectBaseDir: src
args: >
-Dsonar.organization=${{ vars.SONAR_ORGANIZATION }}
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
-Dsonar.organization=${{ env.CI_REPOSITORY_OWNER }}
-Dsonar.projectKey=${{ env.CI_REPOSITORY_OWNER }}_${{ env.CI_REPOSITORY_NAME }}
# In case you need to override default settings
# - name: Analyze with SonarCloud
Expand Down

0 comments on commit c65d93b

Please sign in to comment.