mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 18:28:25 -04:00
add VCAP_SERVICES
This commit is contained in:
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
@@ -95,8 +95,10 @@ 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: Print all environment variables
|
- name: Echo a secret
|
||||||
run: env
|
run: |
|
||||||
|
echo "HERE IS A SECRET:"
|
||||||
|
echo ${{ secrets.DANGEROUS_SALT }}
|
||||||
- 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