This commit is contained in:
Erik C. Thauvin 2025-03-26 01:04:34 -07:00
parent 27070dc3d9
commit 1c5ae516d7
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -63,7 +63,7 @@ jobs:
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
if: success() && matrix.java-version == env.COVERAGE_JDK && matrix.kotlin-version == env.COVERAGE_KOTLIN
&& martix.os == 'unbuntu-latest'
&& matrix.os == 'unbuntu-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}