From 6bde9c1d104febe295c3b626bc531046d2d17e5b Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Thu, 18 Sep 2025 11:32:55 -0700 Subject: [PATCH] adding the AZURE_API_KEY to the GH workflow for e2e --- .github/workflows/e2e_archgw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e_archgw.yml b/.github/workflows/e2e_archgw.yml index 3d89854c..dda95493 100644 --- a/.github/workflows/e2e_archgw.yml +++ b/.github/workflows/e2e_archgw.yml @@ -38,6 +38,7 @@ jobs: MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }} GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }} ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + AZURE_API_KEY: ${{ secrets.AZURE_API_KEY }} run: | docker compose up | tee &> archgw.logs &