add E2E_IDENTITY_HOST_APA env var (#8677)

This commit is contained in:
Eugenio Romano
2023-06-16 19:07:30 +02:00
committed by GitHub
parent 13f4f62608
commit b84ea22622
5 changed files with 5 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ runs:
run: |
set -u;
./node_modules/@alfresco/adf-cli/bin/adf-cli init-aae-env \
--oauth "$E2E_HOST" \
--oauth "$E2E_IDENTITY_HOST_APA" \
--host "$E2E_HOST_APA" \
--modelerUsername "$E2E_MODELER_USERNAME" \
--modelerPassword "$E2E_MODELER_PASSWORD" \