From 4d79ef66348f380ad338f6431b930051d6c6f397 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 29 Apr 2023 10:22:53 +0200 Subject: [PATCH] ci: use SONAR_TOKEN env variable instead of sonar.login property --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c41db70..27b33fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,6 @@ jobs: mvn -B sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=stklcode-github - -Dsonar.login=$SONAR_TOKEN env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}