Skip to content

Commit

Permalink
test(wkf): wrong secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucile Jeanneret committed Dec 17, 2024
1 parent b009f0d commit 3dfafff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3dfafff

Please sign in to comment.