add VCAP_SERVICES

This commit is contained in:
Kenneth Kehl
2024-10-03 11:49:42 -07:00
parent d2c654214b
commit a669477f48
2 changed files with 5 additions and 4 deletions

View File

@@ -133,7 +133,7 @@
"filename": ".github/workflows/checks.yml", "filename": ".github/workflows/checks.yml",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false, "is_verified": false,
"line_number": 68, "line_number": 69,
"is_secret": false "is_secret": false
} }
], ],
@@ -684,5 +684,5 @@
} }
] ]
}, },
"generated_at": "2024-10-03T18:28:03Z" "generated_at": "2024-10-03T18:49:38Z"
} }

View File

@@ -53,13 +53,14 @@ jobs:
end-to-end-tests: end-to-end-tests:
if: ${{ github.actor != 'dependabot[bot]' }} if: ${{ github.actor != 'dependabot[bot]' }}
env:
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
permissions: permissions:
checks: write checks: write
pull-requests: write pull-requests: write
contents: write contents: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
services: services:
postgres: postgres:
image: postgres image: postgres