Skip to content

Commit

Permalink
Merge pull request #935 from CDCgov/renovate/azure-cli-2.x
Browse files Browse the repository at this point in the history
chore(deps): update azure/cli action to v2
  • Loading branch information
halprin authored Mar 14, 2024
2 parents 1cd2c59 + 781b8b1 commit 0b728e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Retrieve registry password
id: retrieve-registry-password
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
inlineScript: |
ACR_PASSWORD=$(az acr login --name ${{ inputs.REGISTRY }} --expose-token --output tsv --query accessToken)
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Retrieve registry password
id: retrieve-registry-password
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
inlineScript: |
ACR_PASSWORD=$(az acr login --name ${{ inputs.REGISTRY }} --expose-token --output tsv --query accessToken)
Expand All @@ -140,7 +140,7 @@ jobs:
path: /trusted-intermediary/output/.

- name: Upload docs to blob storage
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
inlineScript: |
if [ "${{ inputs.ENVIRONMENT }}" == "pr" ]; then
Expand Down

0 comments on commit 0b728e9

Please sign in to comment.