Skip to content

Commit

Permalink
changing creds
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Aug 9, 2024
1 parent fa1648c commit 500e306
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
- name: Az CLI login
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.DCD_CFT_SANDBOX_SUBSCRIPTION }}
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Terraform Init
working-directory: components
Expand Down Expand Up @@ -110,4 +108,3 @@ jobs:
ARM_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
GITHUB_TOKEN: ${{ secrets.OAUTH_TOKEN }}
run: terraform apply -var="oauth_token=${{ secrets.OAUTH_TOKEN }}" -auto-approve

0 comments on commit 500e306

Please sign in to comment.