Skip to content
5 changes: 4 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down