From 550b2f377f163bf5a7fbcf0708e25d7d5d42006b Mon Sep 17 00:00:00 2001 From: Radhika Jayaprakash <85903942+rjayapra@users.noreply.github.com> Date: Thu, 18 Nov 2021 17:02:58 -0500 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b54237a72f..3540054dd8 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -2,9 +2,9 @@ name: Deploy to Azure Spring Cloud with Key Vault on: [push] env: - AZURE_SUBSCRIPTION: 799c12ba-353c-44a1-883d-84808ebb2216 # customize this - SPRING_CLOUD_SERVICE: yuchensp # customize this - KEYVAULT: yuchenkv # customize this + AZURE_SUBSCRIPTION: bfdcc300-1183-4f52-a772-5eaee706d0f1 # customize this + SPRING_CLOUD_SERVICE: azure-spring-cloud-rj # customize this + KEYVAULT: rj-vault # customize this # ==== APPS ====: API_GATEWAY: api-gateway ADMIN_SERVER: admin-server