Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Nov 3, 2023
1 parent 8d811bc commit 3c67963
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
signingKey: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}
signingPassword: ${{secrets.MAVEN_GPG_PASSPHRASE}}
gpg.username: ${{ secrets.OSSRH_USERNAME }}
gpg.password: ${{ secrets.OSSRH_TOKEN }}
gpg.privateKey: ${{secrets.MAVEN_GPG_PRIVATE_KEY}}
gpg.passphrase: ${{secrets.MAVEN_GPG_PASSPHRASE}}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=JonasSchaub_SugarRemoval

0 comments on commit 3c67963

Please sign in to comment.