From 7ab6e51aaacdd8143db341075448e2eb0dd89be8 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 13 May 2024 16:53:03 -0700 Subject: [PATCH] Use shared Azure credentials --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60eb82b..980117f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Azure uses: azure/login@v1 with: - creds: ${{ secrets.AZURE_CREDENTIALS }} + creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_TEAM }} - name: Set up Azure Spring Extension run: az extension add --name spring - name: Create app