From a2492b01350eec8755fe2b70de33ffa2d3657fa6 Mon Sep 17 00:00:00 2001 From: Vibhu Pandey Date: Fri, 19 Jul 2024 11:59:40 +0530 Subject: [PATCH] ci(github): change to beta (#5524) * ci(github): change to beta * Update testing-deployment.yaml * ci(staging): bump to beta --- .github/workflows/staging-deployment.yaml | 3 ++- .github/workflows/testing-deployment.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-deployment.yaml b/.github/workflows/staging-deployment.yaml index 455ecbce8c..a2ff80354f 100644 --- a/.github/workflows/staging-deployment.yaml +++ b/.github/workflows/staging-deployment.yaml @@ -30,6 +30,7 @@ jobs: GCP_PROJECT: ${{ secrets.GCP_PROJECT }} GCP_ZONE: ${{ secrets.GCP_ZONE }} GCP_INSTANCE: ${{ secrets.GCP_INSTANCE }} + CLOUDSDK_CORE_DISABLE_PROMPTS: 1 run: | read -r -d '' COMMAND <