This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 256bcdc6 RAT-293: Try adding sonar.org manually
256bcdc6 is described below
commit 256bcdc667643c0ed95215302dae6e99bf58c2b3
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jan 29 11:39:13 2026 +0100
RAT-293: Try adding sonar.org manually
---
.github/workflows/sonarcloud.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index adb5e9e6..a4199787 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -33,4 +33,4 @@ jobs:
- name: Build and analyze at ASF-sonarcloud
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./mvnw -X -e verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.token=${SONAR_TOKEN}
+ run: ./mvnw -X -e verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.organization=apache
-Dsonar.token=${SONAR_TOKEN}