Skip to content

Commit

Permalink
Removed parameters to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atiterlea committed Aug 17, 2023
1 parent 0509ab2 commit 6b599ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/azure-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ jobs:
name: Create AKS Cluster
uses: ./.github/workflows/create-cluster.yml
with:
azure_client_id: ${{ secrets.AZURE_CLIENT_ID }}
azure_client_secret: ${{ secrets.AZURE_CLIENT_SECRET }}
azure_subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
azure_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
cloud_provider: azure
config_path: infra/live/azure/linux-public/

0 comments on commit 6b599ac

Please sign in to comment.