From 88262302e636b104130980c5af348fca1643f4bc Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 4 Oct 2024 07:06:35 -0700 Subject: [PATCH] add VCAP_SERVICES --- .github/workflows/checks.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 52fefbc76..8c659446d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -95,8 +95,10 @@ jobs: - name: Check API Server availability run: | curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1 - - name: Print all environment variables - run: env + - name: Echo a secret + run: | + echo "HERE IS A SECRET:" + echo ${{ secrets.DANGEROUS_SALT }} - name: Run Admin server # If we want to log stuff and see what's broken, # insert this line: