Skip to content

Commit

Permalink
fix: add az login
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 21, 2023
1 parent 31e6265 commit 45fd80c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Azure login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: setup Notation CLI
uses: notaryproject/notation-action/setup@v1
with:
Expand Down

0 comments on commit 45fd80c

Please sign in to comment.