We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6aeed commit c87cde2Copy full SHA for c87cde2
azure/templates/e2e.yml
@@ -27,7 +27,7 @@ steps:
27
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
28
export APIGEE_ORGANIZATION="nhsd-$(APIGEE_ORGANIZATION)"
29
export APIGEE_APP_ID=${{ parameters.app_id }}
30
- export STATUS_ENDPOINT_API_KEY="$(STATUS_ENDPOINT_API_KEY)"
+ export STATUS_ENDPOINT_API_KEY="$(status-endpoint-api-key)"
31
make -C e2e ${{ parameters.test_type }}
32
33
workingDirectory: $(SERVICE_DIR)
0 commit comments