From b1700defa87dd47fbf51d54b1996de0efdf83c96 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 21 Apr 2023 10:33:02 +0100 Subject: [PATCH] permit key external access --- .github/workflows/review_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index ad9d53509..f8d969c31 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -154,7 +154,7 @@ jobs: env: APP_NAME: dluhc-core-review-${{ github.event.pull_request.number }} run: | - cf bind-service $APP_NAME dluhc-core-review-csv-bucket --wait + cf bind-service $APP_NAME dluhc-core-review-csv-bucket -c '{"allow_external_access": true}' --wait cf bind-service $APP_NAME dluhc-core-review-export-bucket --wait cf bind-service $APP_NAME dluhc-core-review-import-bucket --wait