mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
try again
This commit is contained in:
12
.github/workflows/checks.yml
vendored
12
.github/workflows/checks.yml
vendored
@@ -93,13 +93,13 @@ jobs:
|
|||||||
- name: Check API Server availability
|
- name: Check API Server availability
|
||||||
run: |
|
run: |
|
||||||
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
|
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
|
||||||
- name: Examine Vcap Services
|
- name: Check if secret is present
|
||||||
run: |
|
run: |
|
||||||
echo "The length of the secret vcap is ${#SECRET_VALUE}"
|
if [ -z "${{ secrets.VCAP_SERVICES }}" ]; then
|
||||||
echo "The length of the danger salt is ${#DANGER_SALT}"
|
echo "Secret is empty or not set"
|
||||||
env:
|
else
|
||||||
SECRET_VALUE: ${{ secrets.VCAP_SERVICES }}
|
echo "Secret length is ${#${{ secrests.VCAP_SERVICES }}}"
|
||||||
DANGER_SALT: $${{ secrets.DANGEROUS_SALT }}
|
fi
|
||||||
- name: Run Admin server
|
- name: Run Admin server
|
||||||
# If we want to log stuff and see what's broken,
|
# If we want to log stuff and see what's broken,
|
||||||
# insert this line:
|
# insert this line:
|
||||||
|
|||||||
Reference in New Issue
Block a user