mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 23:23:27 -05:00
try to not put vcap services into a secret
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user