Skip to content

Commit

Permalink
tunk 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Dec 16, 2023
1 parent d49c940 commit 38c4488
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:

- uses: Azure/login@v1
with:
#creds: ${{ secrets.AZURE_CREDENTIALS }}
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ secrets.SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TENANT_ID }}"}'
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
# allow-no-subscriptions: true

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

0 comments on commit 38c4488

Please sign in to comment.