Skip to content

Commit

Permalink
aargh
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Dec 16, 2023
1 parent 25f0c76 commit b506ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- uses: Azure/login@v1
with:
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}'
creds: ${{ secrets.AZURE_CREDENTIALS }}
#creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}'

- name: Docker login to ACR
run: az acr login --name ${{ secrets.REGISTRY_NAME }}
Expand Down

0 comments on commit b506ab1

Please sign in to comment.