Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
CI/CD: Change Cred
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrsso committed Aug 25, 2024
1 parent 537579b commit 3a046ca
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ jobs:
uses: actions/checkout@v2

- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_WEB }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_WEB }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_WEB }}
creds: ${{ secrets.AZURE_CREDENTIALS }}


- name: Build and push container image to registry
Expand Down

0 comments on commit 3a046ca

Please sign in to comment.