Skip to content

Commit

Permalink
Update dependencies of gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi <[email protected]>
  • Loading branch information
valaparthvi committed Jan 25, 2024
1 parent 1e08e4d commit 4f88540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,19 @@ jobs:
fi
- name: Authenticate to GCP
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

- name: Install Azure cli
run: |
sudo zypper install -y azure-cli
pip install azure-cli
- name: Login to Azure
uses: azure/login@v1.5.1
uses: azure/login@v1
with:
creds: '{"clientId":"${{ env.AKS_CLIENT_ID }}","clientSecret":"${{ env.AKS_CLIENT_SECRET }}","subscriptionId":"${{ env.AKS_SUBSCRIPTION_ID }}","tenantId":"${{ env.AKS_TENANT_ID }}"}'

Expand Down

0 comments on commit 4f88540

Please sign in to comment.