add vcap secret

This commit is contained in:
Kenneth Kehl
2024-10-04 08:04:41 -07:00
parent 114814b0b5
commit ced229167f

View File

@@ -93,6 +93,10 @@ jobs:
- name: Check API Server availability
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}"
env:
SECRET_VALUE: ${{ secrets.VCAP_SERVICES }}
- name: Run Admin server
# If we want to log stuff and see what's broken,
# insert this line: