From 3f463647a0e9dcec9edbde7ec821b023e6949242 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:18:32 +0000 Subject: [PATCH] Add login step to be able to download secrets (#3061) --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae9a2094c..a50d41c81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -176,6 +176,11 @@ jobs: - name: Install Node dependencies run: npm install + - name: Login to Azure - CI Subscription + uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0 + with: + creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} + - name: Download secrets env: ACCOUNT_NAME: bitwardenci