add vcap secret

This commit is contained in:
Kenneth Kehl
2024-10-04 09:57:15 -07:00
parent ced229167f
commit cc3d70303c

View File

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