From 45fd80cb57c02df04f01588d553043506753ec4f Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Tue, 21 Nov 2023 16:51:19 +0800 Subject: [PATCH] fix: add az login Signed-off-by: Junjie Gao --- .github/e2e/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/e2e/action.yml b/.github/e2e/action.yml index 0ab14f48..c93000cf 100644 --- a/.github/e2e/action.yml +++ b/.github/e2e/action.yml @@ -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: