Skip to content

Commit b4ea880

Browse files
committed
Added tokens
1 parent 189c2dd commit b4ea880

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,11 @@ jobs:
6161
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
6262
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6363

64+
- name: SonarCloud Scan
65+
uses: SonarSource/sonarcloud-github-action@v1.6
66+
6467
- name: Sonar
6568
run: mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)