try to not put vcap services into a secret

This commit is contained in:
Kenneth Kehl
2024-10-07 10:26:43 -07:00
parent 4b8b078476
commit 44524eb9e2

View File

@@ -71,7 +71,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/
GRRR_SERVICES: ${{ env.VCAP_SERVICES }}
GRRR_SERVICES: ${{ VCAP_SERVICES }}
services:
postgres:
image: postgres