From cf0856379fab3c3374a3697b06a29d066d9b825a Mon Sep 17 00:00:00 2001 From: matte22 Date: Wed, 3 Jan 2024 13:19:34 -0500 Subject: [PATCH] changed token name --- .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 435c409..71f6c9e 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -33,7 +33,7 @@ jobs: uses: SonarSource/sonarcloud-github-action@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_API }} # Needed to push to SonarCloud + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_WATCHER }} # Needed to push to SonarCloud with: # Additional arguments for the sonarcloud scanner args: -Dsonar.projectKey=NUWCDIVNPT_stigman-watcher