Skip to content

Commit

Permalink
fix: sonar build 401 issue (#3381)
Browse files Browse the repository at this point in the history
* test sonar build

* test sonar build
  • Loading branch information
ldetmer authored Nov 22, 2024
1 parent 9fe8e91 commit fa53707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
id: sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
./mvnw \
--batch-mode \
Expand Down

0 comments on commit fa53707

Please sign in to comment.