Skip to content

Commit

Permalink
ci(deploy.yml): use creds again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpomerenke committed Mar 9, 2024
1 parent 6a00eb2 commit 57b03a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ jobs:
- name: Setup Azure CLI
uses: azure/login@v2
with:
client-id: ${{ secrets.ARM_CLIENT_ID }}
tenant-id: ${{ secrets.ARM_TENANT_ID }}
subscription-id: ${{ secrets.ARM_SUBSCRIPTION_ID }}
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
Expand Down

0 comments on commit 57b03a4

Please sign in to comment.