Skip to content

Commit

Permalink
log into az
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHorstmann committed Jul 6, 2023
1 parent ecaac74 commit 690b7a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3

- name: Log into Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Deploy Prow cluster Bicep
uses: azure/arm-deploy@v1
with:
subscriptionId: ${{ vars.AZURE_SUBSCRIPTION }}
resourceGroupName: ${{ vars.AZURE_RG }}
template: ./config/prow/cluster/prow-cluster.bicep
failOnStdErr: true

# TODO ^^ read outputs

- name: Write kubeconfig
run: echo ${{ secrets.AKS_LTS_PROW_KUBECONFIG }} | base64 -d > ./kubeconfig-aks-lts-prow

Expand Down

0 comments on commit 690b7a4

Please sign in to comment.