Skip to content

Commit

Permalink
added az login
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed May 15, 2023
1 parent 895ece3 commit f7b484c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
imagename: edc-runtime-memory
rootDir: edc-controlplane/edc-runtime-memory
helm_command: |-
git status
helm install tx-inmem charts/tractusx-connector-memory \
-f charts/tractusx-connector-memory/example.yaml \
--set vault.secrets="daps-crt:$(cat daps.cert);daps-key:$(cat daps.key)" \
Expand Down Expand Up @@ -124,6 +123,9 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: Azure/login@v1
with:
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
Expand Down

0 comments on commit f7b484c

Please sign in to comment.