From 52926a1a9b94aea110fd41cb4bb8bd946e165c75 Mon Sep 17 00:00:00 2001 From: Beppe Catanese Date: Tue, 28 Nov 2023 20:11:55 +0100 Subject: [PATCH] Correct var name --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 92c168e..c43a322 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,7 +49,7 @@ jobs: run: nohup mvn spring-boot:run & env: ADYEN_LEM_API_KEY: ${{ secrets.ADYEN_LEM_API_KEY }} - ADYEN_BCL_API_KEY: ${{ secrets.ADYEN_LEM_API_KEY }} + ADYEN_BCL_API_KEY: ${{ secrets.ADYEN_BCL_API_KEY }} - name: Run testing suite run: docker run --rm --name adyen-testing-suite -e PLAYWRIGHT_FOLDERNAME=afp -e URL=http://localhost:3000 -e AFP_USERNAME=${{ secrets.AFP_USERNAME }} -e ADYEN_HMAC_KEY=${{ secrets.ADYEN_HMAC_KEY }} --network host ghcr.io/adyen-examples/adyen-testing-suite:main