mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
add VCAP_SERVICES
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
"filename": ".github/workflows/checks.yml",
|
||||
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
|
||||
"is_verified": false,
|
||||
"line_number": 68,
|
||||
"line_number": 69,
|
||||
"is_secret": false
|
||||
}
|
||||
],
|
||||
@@ -684,5 +684,5 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"generated_at": "2024-10-03T18:28:03Z"
|
||||
"generated_at": "2024-10-03T18:49:38Z"
|
||||
}
|
||||
|
||||
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@@ -53,13 +53,14 @@ jobs:
|
||||
|
||||
end-to-end-tests:
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
env:
|
||||
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
||||
Reference in New Issue
Block a user