From cc3d70303c16f0872f058059598d767a7e23d2e8 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 4 Oct 2024 09:57:15 -0700 Subject: [PATCH] add vcap secret --- .github/workflows/checks.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 166b8a82c..eda05829b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -94,9 +94,12 @@ jobs: run: | curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1 - name: Examine Vcap Services - run: echo "The length of the secret vcap is ${#SECRET_VALUE}" + run: | + echo "The length of the secret vcap is ${#SECRET_VALUE}" + echo "The length of the danger salt is ${#DANGER_SALT}" env: SECRET_VALUE: ${{ secrets.VCAP_SERVICES }} + DANGER_SALT: $${{ secrets.DANGEROUS_SALT }} - name: Run Admin server # If we want to log stuff and see what's broken, # insert this line: