Skip to content

Commit

Permalink
fix: use AZ_CREDENTIALS
Browse files Browse the repository at this point in the history
  • Loading branch information
kpostekk committed Nov 27, 2024
1 parent 9e28114 commit fea4947
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Azure login
uses: azure/login@v2
- uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
creds: ${{ secrets.AZ_CREDENTIALS }}

- name: Azure CLI script
uses: azure/cli@v2
Expand Down

0 comments on commit fea4947

Please sign in to comment.