Skip to content

Commit

Permalink
Merge branch 'main' into 1812-onboard-services-to-logitio-2
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataChalla554 authored Jun 5, 2024
2 parents 2723d7e + 3f778a7 commit 8744b1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: azure/login@v1
- uses: azure/login@v2
if: github.actor != 'dependabot[bot]'
with:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/database-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tf_vars_file=terraform/aks/config/production.tfvars.json
echo "key_vault_name=$(jq -r '.key_vault_name' ${tf_vars_file})" >> $GITHUB_ENV
- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS_PRODUCTION }}

Expand All @@ -34,7 +34,7 @@ jobs:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS_PRODUCTION }}

- name: Install kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: "v1.26.1" # default is latest stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS_REVIEW }}

Expand Down

0 comments on commit 8744b1e

Please sign in to comment.