diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4f67b2b5c..a4d9a96fe 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -58,7 +58,7 @@ jobs: - name: Health check run: | # response = $(curl -v https://notify-staging.app.cloud.gov/_status) - response = $(curl -v http://localhost:6012/_status) + response = $(curl -v ${{ secrets.NOTIFY_E2E_TEST_URI }}_status) echo "response from curl= $response" # exit 1