Skip to content

Commit d23c68c

Browse files
Update Azure credentials secret in CI workflow
Replaces the use of AZURE_CREDENTIALS with VMSS_AZURE_CREDENTIALS for Azure login steps in the CI workflow. Ensures the correct secret is used for VMSS operations.
1 parent f5d2a17 commit d23c68c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Azure Login
4343
uses: azure/login@v1
4444
with:
45-
creds: ${{ secrets.AZURE_CREDENTIALS }}
45+
creds: ${{ secrets.VMSS_AZURE_CREDENTIALS }}
4646

4747
- name: Scale VMSS to 6 instances
4848
run: |
@@ -213,7 +213,7 @@ jobs:
213213
- name: Azure Login
214214
uses: azure/login@v1
215215
with:
216-
creds: ${{ secrets.AZURE_CREDENTIALS }}
216+
creds: ${{ secrets.VMSS_AZURE_CREDENTIALS }}
217217

218218
- name: Scale VMSS back to 0
219219
run: |

0 commit comments

Comments
 (0)