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