This commit is contained in:
sparshg
2024-09-26 00:09:37 +05:30
parent de12672138
commit ccd98ee88d

View File

@@ -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