Skip to content

Commit 4cd2c0d

Browse files
authored
ci(cleanup): Use different credentials for cleanup script (Azure#2338)
1 parent 7b9e3f1 commit 4cd2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: azure login
1818
uses: azure/login@v1
1919
with:
20-
creds: ${{secrets.AZ_CREDS}}
20+
creds: ${{secrets.AZUREML_CREDENTIALS}}
2121
- name: install ml cli
2222
run: az extension add -n ml -y
2323
- name: setup workspace

0 commit comments

Comments
 (0)