diff --git a/.github/workflows/build-steps.yml b/.github/workflows/build-steps.yml index b75e84c32c..798d437eaa 100644 --- a/.github/workflows/build-steps.yml +++ b/.github/workflows/build-steps.yml @@ -177,7 +177,7 @@ jobs: if: inputs.coverage == '1' run: src/build-scripts/ci-coverage.bash - name: Sonar-scanner - if: inputs.sonar == 1 + if: inputs.sonar == '1' env: GITHUB_TOKEN: ${{ secrets.PASSED_GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.PASSED_SONAR_TOKEN }}