Skip to content

Commit

Permalink
Reverts back to SONAR_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Sep 21, 2022
1 parent 0fc7194 commit 9fb8605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
if: matrix.java == '11'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B -V -Pcoverage verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress

0 comments on commit 9fb8605

Please sign in to comment.