Skip to content

Commit

Permalink
added az login to delete.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Apr 22, 2024
1 parent 593d073 commit 9249b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- uses: alexellis/arkade-get@master
with:
# vault: latest
Expand Down

0 comments on commit 9249b43

Please sign in to comment.