add VCAP_SERVICES

This commit is contained in:
Kenneth Kehl
2024-10-03 11:28:12 -07:00
parent 3120f82b1e
commit d2c654214b
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -53,6 +53,8 @@ jobs:
end-to-end-tests:
if: ${{ github.actor != 'dependabot[bot]' }}
env:
VCAP_SERVICES: ${{ env.VCAP_SERVICES }}
permissions:
checks: write
pull-requests: write