From ccd98ee88d2213e5f9f2dc994c64efecf4b62abe Mon Sep 17 00:00:00 2001 From: sparshg <43041139+sparshg@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:09:37 +0530 Subject: [PATCH] . --- .github/workflows/cd-backend.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-backend.yml b/.github/workflows/cd-backend.yml index 0f4e983..a063a70 100644 --- a/.github/workflows/cd-backend.yml +++ b/.github/workflows/cd-backend.yml @@ -31,8 +31,10 @@ jobs: - name: Login to Azure uses: azure/login@v1 + env: + CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} with: - creds: ${{ secrets.AZURE_CREDENTIALS }} + creds: $CREDENTIALS - name: Deploy Container uses: azure/container-apps-deploy-action@v1