Skip to content

Commit

Permalink
Revert "Bump azure/CLI from 1 to 2 (#1378)" (#1382)
Browse files Browse the repository at this point in the history
This reverts commit 5e3ee9b.
  • Loading branch information
ekumachidi authored Mar 13, 2024
1 parent 5e3ee9b commit cabafc7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v2
uses: azure/CLI@v1
id: fetch-secrets
with:
inlineScript: |
Expand Down

0 comments on commit cabafc7

Please sign in to comment.