Skip to content

Commit 90e3256

Browse files
committed
add service account
1 parent 404c151 commit 90e3256

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

run/markdown-preview/editor/test/e2e_test_setup.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ steps:
3838
--image gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} \
3939
--no-allow-unauthenticated \
4040
--region ${_REGION} \
41-
--set-env-vars EDITOR_UPSTREAM_RENDER_URL=$(cat _service_url)"
41+
--set-env-vars EDITOR_UPSTREAM_RENDER_URL=$(cat _service_url) \
42+
--service-account ${_SERVICE_ACCOUNT}"
4243
4344
images:
4445
- gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}

run/markdown-preview/renderer/test/e2e_test_setup.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ steps:
4141
--image gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} \
4242
--no-allow-unauthenticated \
4343
--region ${_REGION} \
44-
--add-custom-audiences="https://action.test/" "
44+
--add-custom-audiences "https://action.test/" \
45+
--service-account ${_SERVICE_ACCOUNT}"
4546
4647
images:
4748
- gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}

0 commit comments

Comments
 (0)