From 21bd20f607fd06246fe7d22aaa0d6b217b8ddb5c Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 4 Oct 2024 11:32:16 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3aff931b2..0cbdc53b1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -95,10 +95,10 @@ jobs: curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1 - name: Check if secret is present run: | - if [ -z "${{ secrets.VCAP_SERVICES }}" ]; then + if [ -z "${{ secrets.E2E_BUCKET_NAME }}" ]; then echo "Secret is empty or not set" else - echo "Secret length is ${#${{ secrets.VCAP_SERVICES }}}" + echo "Secret length is ${#${{ secrets.E2E_BUCKET_NAME }}}" fi - name: Run Admin server # If we want to log stuff and see what's broken,