We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a72b4 commit 114d347Copy full SHA for 114d347
1 file changed
.github/actions/acceptance-tests/action.yml
@@ -104,6 +104,7 @@ runs:
104
run: |
105
echo "$SUPPLIER_API_PRIVATE_KEY" > "${GITHUB_WORKSPACE}/internal-dev-test-1.pem"
106
chmod 600 "${GITHUB_WORKSPACE}/internal-dev-test-1.pem"
107
+ BASE_PROXY_NAME=nhs-notify-supplier--internal-dev--nhs-notify-supplier
108
109
export API_ENVIRONMENT=internal-dev
110
if [[ -z "$PR_NUMBER" ]]; then
0 commit comments