From 724b14ef38df4282c2e38c1d111cf9eedea0baf4 Mon Sep 17 00:00:00 2001 From: Matt-Spence Date: Mon, 4 Nov 2024 14:17:54 -0600 Subject: [PATCH] Update clone-staging.yaml --- .github/workflows/clone-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clone-staging.yaml b/.github/workflows/clone-staging.yaml index a814f68f1..56a60bf49 100644 --- a/.github/workflows/clone-staging.yaml +++ b/.github/workflows/clone-staging.yaml @@ -34,7 +34,7 @@ jobs: # Authenticate and target CF org and space. cf api api.fr.cloud.gov - cf auth $CF_USERNAME $CF_PASSWORD + cf auth "$CF_USERNAME" "$CF_PASSWORD" cf target -o cisa-dotgov -s $DESTINATION_ENVIRONMENT # share the target db with the source space