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: