Skip to content

Commit

Permalink
Update closure-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-sco88 committed Jan 17, 2024
1 parent 94c26fa commit 1c4b05f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/closure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ jobs:
- name: Azure login
uses: azure/login@v1
with:
creds: |
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
clientSecret: ${{ secrets.AZURE_CLIENT_SECRET }}
creds: ${{ secrets.AZURE_CREDENTIALS }}

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
Expand Down

0 comments on commit 1c4b05f

Please sign in to comment.