From f7b484c446896b078603e1b58889a6f86052d766 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Mon, 15 May 2023 12:42:20 +0200 Subject: [PATCH] added az login --- .github/workflows/deployment-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment-test.yaml b/.github/workflows/deployment-test.yaml index 00b179800..a671ed418 100644 --- a/.github/workflows/deployment-test.yaml +++ b/.github/workflows/deployment-test.yaml @@ -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)" \ @@ -124,6 +123,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3.3.0 + - 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: