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