Skip to content

Commit

Permalink
changed token name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Jan 3, 2024
1 parent 79d2680 commit cf08563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: SonarSource/[email protected]
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
Expand Down

0 comments on commit cf08563

Please sign in to comment.