We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a8b5e commit 88c4debCopy full SHA for 88c4deb
.github/workflows/sonar.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- SONAR_LOGIN_TOKEN: ${{ secrets.SONAR_LOGIN_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44
steps:
45
- name: Checkout
46
uses: actions/checkout@v4
0 commit comments