Skip to content

Commit

Permalink
testing sonar.token
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanakushnir committed Jul 4, 2023
1 parent 45281b8 commit d8e9f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdanakushnir_t
# -Dsonar.token=c3be47fe47f698d9641c82c0b4b0fb80f9d2d84a
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdanakushnir_t -Dsonar.login=c3be47fe47f698d9641c82c0b4b0fb80f9d2d84a
8 changes: 0 additions & 8 deletions sonar-scanner.properties

This file was deleted.

0 comments on commit d8e9f31

Please sign in to comment.