add vcap secret

This commit is contained in:
Kenneth Kehl
2024-10-04 07:50:34 -07:00
parent 88262302e6
commit 114814b0b5
2 changed files with 3 additions and 9 deletions

View File

@@ -59,8 +59,6 @@ jobs:
pull-requests: write
contents: write
runs-on: ubuntu-latest
env:
VCAP_SERVICES: $VCAP_SERVICES
services:
postgres:
image: postgres
@@ -95,10 +93,6 @@ jobs:
- name: Check API Server availability
run: |
curl --fail -v https://notify-api-staging.app.cloud.gov || exit 1
- 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:
@@ -119,7 +113,7 @@ jobs:
NOTIFY_E2E_TEST_EMAIL: ${{ secrets.NOTIFY_E2E_TEST_EMAIL }}
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
NOTIFY_E2E_TEST_URI: http://localhost:6012/
VCAP_SERVICES: $VCAP_SERVICES
VCAP_SERVICES: ${{ secrets.VCAP_SERVICES }}
validate-new-relic-config:
runs-on: ubuntu-latest