mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05: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
|
||||
run: |
|
||||
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
|
||||
- name: Print all environment variables
|
||||
run: env
|
||||
- name: Echo a secret
|
||||
run: |
|
||||
echo "HERE IS A SECRET:"
|
||||
echo ${{ secrets.DANGEROUS_SALT }}
|
||||
- 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