Skip to content

Commit

Permalink
add sonar check
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Jul 9, 2024
1 parent 7fb586b commit 09b4756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: SonarCloud Scan
uses: sonarsource/[email protected]
env:
SONAR_TOKEN: 7ef5d3a630b7009a1f4fdca48e776d0605e69d7d
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
result:
name: Unit-Test - Result
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09b4756

Please sign in to comment.