diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 599b7f0..ff92bb7 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -15,7 +15,7 @@ jobs: - uses: Azure/get-keyvault-secrets@v1 with: keyvault: "kvvirtualteacher" - secrets: 'subscription-id' # comma separated list of secret keys that need to be fetched from the Key Vault + secrets: 'subscription-id2' # comma separated list of secret keys that need to be fetched from the Key Vault id: myGetSecretAction - - run : echo ${{ steps.myGetSecretAction.outputs.subscription-id }} + - run : echo ${{ steps.myGetSecretAction.outputs.subscription-id2 }} \ No newline at end of file