diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 18a6a3e..1d122f6 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -27,7 +27,10 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + env: + SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} + SONAR_HOST: "httsp://sonar.razorpay.com" + run: 'echo "${SONAR_HOST}" "${SONAR_HOST}"' # Runs a set of commands using the runners shell - name: Run a multi-line script