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 11ed8bf5 RAT-293, INFRA-27608: Switch to org level repo secret
11ed8bf5 is described below
commit 11ed8bf5838824e791bba010001f3173012eba66
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Jan 31 22:44:45 2026 +0100
RAT-293, INFRA-27608: Switch to org level repo secret
---
.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 a4199787..bf45b93d 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -32,5 +32,5 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze at ASF-sonarcloud
env:
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONARCLOUD_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}