mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-24 03:00:56 -04:00
add vcap secret
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user