diff --git a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml index 5e057c2ac2..9ea0c70d05 100644 --- a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml +++ b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml @@ -81,7 +81,7 @@ jobs: shell: bash env: STARSKY_SONAR_KEY: ${{ secrets.STARSKY_SONAR_KEY }} - STARSKY_SONAR_LOGIN: ${{ secrets.STARSKY_SONAR_LOGIN }} + STARSKY_SONAR_TOKEN: ${{ secrets.STARSKY_SONAR_TOKEN }} STARSKY_SONAR_ORGANISATION: ${{ secrets.STARSKY_SONAR_ORGANISATION }} STARSKY_SONAR_URL: ${{ secrets.STARSKY_SONAR_URL }} working-directory: ./starsky