add VCAP_SERVICES

This commit is contained in:
Kenneth Kehl
2024-10-04 07:06:35 -07:00
parent 37bb89402e
commit 88262302e6

View File

@@ -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: