From d091fd865d6c3727cf09ae8f78184acca31e7537 Mon Sep 17 00:00:00 2001 From: ashawky-futura <79910169+ashawky-futura@users.noreply.github.com> Date: Thu, 27 Jan 2022 17:42:27 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e6143acd..00409e24 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - uses: Azure/get-keyvault-secrets@v1 with: - keyvault: "my - Vault" + keyvault: "myKeyVault" secrets: 'mySecret' # comma separated list of secret keys that need to be fetched from the Key Vault id: myGetSecretAction