From dd1be0fe14666077945d7fd2a3af0c8e1d217011 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 8 Jan 2026 15:21:16 +0100 Subject: [PATCH] Update README-GCD.md --- fast/stages/0-org-setup/README-GCD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fast/stages/0-org-setup/README-GCD.md b/fast/stages/0-org-setup/README-GCD.md index 6c44f2c57..fbc337861 100644 --- a/fast/stages/0-org-setup/README-GCD.md +++ b/fast/stages/0-org-setup/README-GCD.md @@ -28,7 +28,7 @@ An IdP is configured for your organization, and you can sign in with your admini Clone the latest version of the repository (currently v50.0.0) or download it from the Releases page: ```bash -git clone --branch v50.0.0 git@github.com:GoogleCloudPlatform/cloud-foundation-fabric.git +git clone https://github.com/GoogleCloudPlatform/cloud-foundation-fabric.git ``` ### Google Cloud CLI @@ -60,7 +60,8 @@ Once the above file has been created and the gcloud profile configured, run the ```bash gcloud auth login \ --login-config=$WF_POOL_FILE_PATH/wif-login-config-$UNIVERSE_NAME.json \ - --no-launch-browser + --no-launch-browser + gcloud auth application-default login \ --login-config=$WF_POOL_FILE_PATH/wif-login-config-$UNIVERSE_NAME.json ```