Skip to content

Commit

Permalink
Tunk
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Dec 16, 2023
1 parent d9634ea commit b6c8e18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- main
- ci

# permissions:
# id-token: write
# contents: read
permissions:
id-token: write
contents: read

env:
AZURE_CORE_OUTPUT: none
Expand All @@ -22,8 +22,8 @@ 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 }}"}'
#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 b6c8e18

Please sign in to comment.