Skip to content

Commit

Permalink
Update clean-acr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored May 2, 2024
1 parent d234d79 commit 93829b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/clean-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
name: Clean ACR
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
- name: Log into Azure
uses: azure/login@v1
with:
creds: ${{ secrets.clean_acr }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: checkout repo content
uses: actions/checkout@v4 # checkout the repo
- name: setup python
Expand Down

0 comments on commit 93829b1

Please sign in to comment.