Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
Updated  get keyvault secret version to v1 instead of v1.0

Azure/get-keyvault-secrets#20 (comment)

# Download KeyVault Secrets
name: Download KeyVault Secrets
uses: Azure/get-keyvault-secrets@v1
  • Loading branch information
ShaikVasid committed Jul 27, 2022
1 parent 64ed581 commit d190b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
# Download KeyVault Secrets
- name: Download KeyVault Secrets
uses: Azure/get-keyvault-secrets@v1.0
uses: Azure/get-keyvault-secrets@v1
if: ${{ github.event.inputs.MODE == 'Databricks' }}
with:
keyvault: ${{ env.keyVaultName }}
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
# Download KeyVault Secrets
- name: Download KeyVault Secrets
uses: Azure/get-keyvault-secrets@v1.0
uses: Azure/get-keyvault-secrets@v1
if: ${{ github.event.inputs.MODE == 'Databricks' }}
with:
keyvault: ${{ env.keyVaultName }}
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
# Download KeyVault Secrets
- name: Download KeyVault Secrets
uses: Azure/get-keyvault-secrets@v1.0
uses: Azure/get-keyvault-secrets@v1
if: ${{ github.event.inputs.MODE == 'Databricks' }}
with:
keyvault: ${{ env.keyVaultName }}
Expand Down

0 comments on commit d190b07

Please sign in to comment.